User rams - Stack Overflow most recent 30 from stackoverflow.com 2009-11-08T14:30:51Z http://stackoverflow.com/feeds/user/3635 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1684838/are-wcf-ajax-calls-blocking-calls 0 Are WCF Ajax Calls blocking calls? rams 2009-11-06T01:31:02Z 2009-11-06T15:36:50Z <p>We have a simple ASP.Net WCF Ajax enabled webservice which is called via the generated Javascript proxy. The service does a Database Stored Procedure call to return an integer count of records. When the call is invoked from the client (IE8 on Windows 7) and the DB call takes while, I cannot call any other Javascript functions. For example one of the dropdown has a onchange event which does not fire until after the web service call completes</p> <p>Have I mis-configured my WCF service and inadvertently, made it a synchronous call? or is my assumption that WCF Ajax calls are ansync wrong?</p> <p>Sample Code</p> <pre><code>var count = MyNameSpace.MyService.GetCount(param1, onComplete); function onComplete(result){ $get('countLabel').text = result; } MyNameSpace.MyService is the automagically generated proxy </code></pre> <p>Please advise</p> <p>TIA rams</p> http://stackoverflow.com/questions/1684847/how-can-i-test-debug-my-vb-net-app-with-a-proxy-server/1684983#1684983 0 Answer by rams for How can I test/debug my VB.NET app with a proxy server? rams 2009-11-06T02:09:55Z 2009-11-06T02:09:55Z <p>How about using Charles HTTP Debugger to run your tests. Basically, fireup Charles, run your app, and test. Charles is the man in the middle and acts as a proxy and also logs ALL HTTP traffic from your machine. Let me know if that helps. </p> <p><a href="http://www.charlesproxy.com/" rel="nofollow">http://www.charlesproxy.com/</a></p> http://stackoverflow.com/questions/133109/asp-net-medium-trust-setup 2 ASP.Net Medium Trust setup rams 2008-09-25T12:47:36Z 2009-10-30T11:09:59Z <p>I am trying to configure the IPermission node as part of medium trust. However I am unable to find the valid values list for the PathDiscovery attribute on the node</p> <pre><code>&lt;IPermission class="FileIOPermission" version="1" Read="$AppDir$" Write="$AppDir$" Append="$AppDir$" PathDiscovery="$AppDir$"/&gt; </code></pre> <p>I need to set the permission so that the account will be able to access all subdirectories under the main path. currently a .svc (WCF service file) throws a 404 error because the ASP.Net account is not able to get it from a sub-folder couple of levels deep. I am trying to avoid changing the node to</p> <pre><code>&lt;IPermission class="FileIOPermission" version="1" Unrestricted="true"/&gt; </code></pre> <p>Any ideas?</p> <p>TIA</p> http://stackoverflow.com/questions/639059/how-do-you-hook-a-server-side-logout-function-to-asp-net-authentication-service-l 0 How do you hook a server side Logout function to ASP.Net Authentication Service Logout rams 2009-03-12T15:06:18Z 2009-10-17T05:00:03Z <p>The Asp.net AJAX authentication service provides Login and Logout methods. I can configure a membership provider and a client side call to Login will call my server side ValidateUser defined in the membership provider. All good so far.</p> <p>However, the Logout method issues a call to the built-in service's Logout method which basically set the ASPXAUTH cookie to nothing. </p> <p>How do I hook into this call and write a server function that does a few housekeeping stuff when the Authentication service Logout is called?</p> <p>TIA</p> http://stackoverflow.com/questions/561480/looking-for-an-ftp-and-file-parser-application 0 Looking for an FTP and file parser application rams 2009-02-18T15:24:42Z 2009-09-25T03:00:02Z <p>Our team has been tasked to create an application that can download a bunch of client files on schedule, parse the file content and upload the content to a database (into a set of tables). I am sure a lot of applications/teams have this need.</p> <p>Is there an open source application (desktop or web based) that we can use to accomplish this task? We can create this application ourselves but are trying not to reinvent the wheel. </p> <p>TIA rams</p> http://stackoverflow.com/questions/59181/wcf-service-support-file-jsdebug-fails-to-load 0 WCF Service support file jsdebug fails to load rams 2008-09-12T14:53:19Z 2009-09-24T19:04:27Z <p>I have a WCF service that gets called from client side JavaScript. The call fails with a Service is null JavaScript error. WebDevelopment helper trace shows that the calls to load the jsdebug support file results in a 404 (file not found) error. </p> <p>Restarting IIS or clearing out the Temp ASP.Net files or setting batch="false" on the compilation tag in web.config does not resolve the problem</p> <p>From the browser </p> <p>https://Myserver/MyApp/Services/MyService.svc displays the service metadata</p> <p>however </p> <p>https://Myserver/MyApp/Services/MyService.svc/jsdebug results in a 404.</p> <p>The issue seems to be with the https protocol. With http /jsdebug downloads the supporting JS file.</p> <p>Any ideas?</p> <p>TIA</p> http://stackoverflow.com/questions/201308/asp-net-ajax-wcf-authentication-services-and-session-timeout 0 ASP.Net AJAX WCF Authentication Services and Session Timeout rams 2008-10-14T14:11:29Z 2009-07-25T00:00:01Z <p>Our Web application uses the ASP.Net AJAX Authentication Services to perform login/logout. Everything works great if the login/logout actions are initiated from client side via JavaScript. </p> <p>Question: When the session times out how do I call the AuthenticationService.Logout function from the SessionEnd event? </p> <p>Looking for a simple clean way of doing it rather than creating another service layer mapping to the Authentication services and calling that service layer.</p> <p>Ideas?</p> <p>TIA</p> http://stackoverflow.com/questions/509101/analyze-sql-server-2005-transaction-log-using-log-parser 1 Analyze SQL Server 2005 Transaction Log using Log Parser rams 2009-02-03T22:03:35Z 2009-06-17T09:25:45Z <p>Is it possible to analyze SQL Server 2005 Transaction logs using LogParser 2.2? If not, what is the alternative? Red Gate's tool only analyzes SQL Server 2000 and Lumigent's Log Parser is no where to be found.</p> <p>TIA ramesh</p> http://stackoverflow.com/questions/522555/cc-net-project-visibility 0 cc.net project visibility rams 2009-02-06T22:45:27Z 2009-06-12T17:20:21Z <p>Is it possible to restrict the visibility of the projects listed in the cc.net Dashboard? </p> <p>I have Projects 1, 2 and 3 listed in the Dashboard. I would like to move Projects 2 and 3 to a different dashboard. This is so I can hand out URL1 to dashboard1 that lists Porject1 and URL2 to Dashboard (listing Projects 2 and 3) to another set of people. Because the dashboard reads from the same cc.net.config file, is it possible to separate the projects, by, say adding an attribute?</p> <p>TIA</p> http://stackoverflow.com/questions/630915/web-dev-helper-like-http-request-trace-in-ie8 1 Web Dev Helper like HTTP request trace in IE8 rams 2009-03-10T15:56:19Z 2009-03-10T16:09:25Z <p>The awesome tool Web Development Helper allows me to see ALL the http requests from the browser (IE6/IE7) to the server. However the tool does not seem to work in IE8-RC1. </p> <ol> <li><p>Does IE8 developer tools have a similar feature built in? </p></li> <li><p>If yes, how do I access it?</p></li> </ol> <p>TIA rams</p> http://stackoverflow.com/questions/616980/how-do-you-spoof-httpreferer 0 How do you spoof HTTP_REFERER? rams 2009-03-05T22:36:12Z 2009-03-05T22:47:30Z <p>I need to try and spoof the HTTP_REFERER passed my another page so that in the destination page, I can determine of the request is coming in from the "right" page and perform appropriate logic.</p> <ol> <li>How do I do that in JavaScript (AJAX)?</li> <li>Can I do that in ASP.Net?</li> </ol> <p>TIA rams</p> http://stackoverflow.com/questions/65129/any-downsides-to-using-asp-net-ajax-and-jquery-together 11 Any downsides to using ASP.Net AJAX and JQuery together rams 2008-09-15T17:54:10Z 2009-02-15T00:10:17Z <p>We are planning to use the JQuery library to augment our client side JavaScript needs. </p> <p>Are there any major issues in trying to use both ASP.Net AJAX and JQuery? Both libraries seem to use $ for special purposes. Are there any conflicts that we need to be aware of? </p> <p>We also use Telerik controls that use ASP.Net AJAX.</p> <p>TIA</p> http://stackoverflow.com/questions/389431/data-collection-methods-asp-net-2-0-vb/390153#390153 0 Answer by rams for Data collection methods. (ASP.NET 2.0 - VB) rams 2008-12-23T21:43:31Z 2008-12-23T21:43:31Z <p>Depends on the question/answer type in the survey. If every question/answer is of of the same type (say, multiple answers or only 1 answer) then you use a repeater control and a user control. The user control will display the question/answer appropriately, meaning, render the answers as a list of check boxes (for multiple choice answer) or radio buttons for 1 answer only.</p> <p>HTH</p> http://stackoverflow.com/questions/390017/hide-a-table-column-in-a-nested-listview/390138#390138 0 Answer by rams for Hide a table column in a nested ListView rams 2008-12-23T21:36:56Z 2008-12-23T21:36:56Z <p>add a css class to the HTML tags and from code behind inject the css class onto the page like so</p> <pre><code>&lt;td id='' class='hideMe'&gt; ID &lt;/td&gt; </code></pre> <p>code behind, in the pre-render event</p> <pre><code>if(id==123){ // please refer to help file for exact syntax // but essentially you will be injecting // &lt;style type='text/css'&gt; // .hideMe{display:none;} // &lt;/style&gt; } </code></pre> <p>Alternatively, you can include the above css class in your stylesheet and only add it to the tags you want hidden based on the ID</p> http://stackoverflow.com/questions/368505/is-it-possible-to-select-sql-server-data-using-column-ordinal-position 3 Is it possible to select sql server data using column ordinal position rams 2008-12-15T14:21:20Z 2008-12-15T15:00:31Z <p>Is it possible to select column data using the ordinal_position for a table column? I know using ordinal positions is a bad practice but for a one-off data import process I need to be able to use the ordinal position to get the column data.</p> <p>So for example </p> <pre><code>create table Test( Col1 int, Col2 nvarchar(10) ) </code></pre> <p>instead of using</p> <pre><code>select Col2 from Test </code></pre> <p>can I write</p> <pre><code>select "2" from Test -- for illustration purposes only </code></pre> http://stackoverflow.com/questions/368505/is-it-possible-to-select-sql-server-data-using-column-ordinal-position/368558#368558 0 Answer by rams for Is it possible to select sql server data using column ordinal position rams 2008-12-15T14:40:06Z 2008-12-15T14:40:06Z <p>@Michael - After getting the ordinal position how would I use that information to get data out of column #3 (say)</p> <p>@deathofrats - That's what it looks like. All the documentation I read before posting the question suggested that it is not possible. </p> http://stackoverflow.com/questions/324231/how-can-i-get-a-frames-content-with-mshtml/341537#341537 0 Answer by rams for How can I get a frame's content with mshtml? rams 2008-12-04T17:55:43Z 2008-12-04T17:55:43Z <p>Do you know the name/id of the frame you are looking for content? If so, in your navigateComplete2 event, can you get a reference to the frame like </p> <pre><code>iFrame frm = document.frames(&lt;your frame id&gt;); int readyState=0; while(frm.readystate !=4){ // do nothing. be careful to not create an endless loop } if(frm.readyState==4){ // get your content now } </code></pre> <p>HTH</p> http://stackoverflow.com/questions/301471/asp-net-inject-javascript-in-user-control-nested-in-update-panel/332812#332812 2 Answer by rams for ASP.NET inject javascript in user control nested in update panel rams 2008-12-02T01:57:15Z 2008-12-02T01:57:15Z <p>For that you can do</p> <pre><code>string scr; scr = "&lt;script src='/scripts/myscript.js'&gt;&lt;/script&gt;" Page.ClientScript.RegisterStartupScript(GetType(Page), "key", scr, false) </code></pre> <p>HTH</p> http://stackoverflow.com/questions/324170/how-to-pass-server-side-error-messages-to-asp-net-ajax-client/332045#332045 0 Answer by rams for How to pass server-side error messages to ASP.NET Ajax client? rams 2008-12-01T20:17:46Z 2008-12-01T20:17:46Z <p>have you tried wraping the ajax call in a try catch block and using the exception to get the error message?</p> http://stackoverflow.com/questions/324231/how-can-i-get-a-frames-content-with-mshtml/332008#332008 0 Answer by rams for How can I get a frame's content with mshtml? rams 2008-12-01T19:59:29Z 2008-12-01T19:59:29Z <p>The reason your string does not show is because of the frame. The web browser control fires the document navigate complete event after it has loaded the main document. At this point, the frames haven't yet requested their sources. After the document is parsed by the web browser control, requests for the frame sources are issues and downloaded. </p> <p>Can you please describe what you are trying to accomplish?</p> http://stackoverflow.com/questions/324222/updatepanel-doesnt-refresh/331946#331946 0 Answer by rams for UpdatePanel doesn't Refresh rams 2008-12-01T19:42:52Z 2008-12-01T19:42:52Z <p>can you post your aspx source?</p> http://stackoverflow.com/questions/301471/asp-net-inject-javascript-in-user-control-nested-in-update-panel/301972#301972 2 Answer by rams for ASP.NET inject javascript in user control nested in update panel rams 2008-11-19T14:08:01Z 2008-11-19T14:08:01Z <p>Have your tried </p> <pre><code>Page.ClientScript.RegisterStartUpScript(GetType(Page), "key", &lt;your script here&gt;, addSctiptTags:=true) </code></pre> <p>We do this in our User Controls and it works for us</p> <p>HTH</p> http://stackoverflow.com/questions/301658/break-points-aspx-pages/301950#301950 -1 Answer by rams for Break points aspx pages rams 2008-11-19T13:59:39Z 2008-11-19T13:59:39Z <p>I havent tried this myself but in ASP (VBScript) you can inject a STOP statement and that will trigger the IDE to break on that line</p> <p>Example</p> <pre><code>&lt;% STOP Dim o as Object = new Object() %&gt; </code></pre> <p>HTH</p> http://stackoverflow.com/questions/295830/iisreset-deletes-physical-folder-with-dfs-setup 0 IISReset deletes physical folder with DFS setup rams 2008-11-17T15:17:17Z 2008-11-17T15:17:17Z <p>I am trying to resolve an "automagic deletion of physical folder" issue with our web server setup. </p> <p>We have 4 web servers with DFS (Distributed File System sharing) on the main folder of our root webserver. On one of the boxes the Virtual Directory name for a sub application is the same as the physical folder name. </p> <p>On W1 the VD (Virtual Directory) name is "test" and maps to physical folder C:\MyTest</p> <p>on W2 the VD name is "test" and maps to physical folder C:\test</p> <p>If IIS on W2 is reset the physical folder on W1 disappears. </p> <p>Question: Are the folders mapped to VDs in IIS temporarily deleted when an IISReset is issued? </p> <p>TIA</p> http://stackoverflow.com/questions/56905/asp-net-ajax-javascript-serialization-error 0 ASP.Net AJAX JavaScript Serialization Error rams 2008-09-11T15:35:25Z 2008-10-11T16:05:17Z <p>Ran into an “Out of Stack Space” error trying to serialize an ASP.Net AJAX Array object. </p> <p>Here is the scenario with simplified code</p> <ol> <li><p>Default.aspx</p></li> <li><p>MainScript.js</p> <p>function getObject(){</p> <pre><code>return new Array(); </code></pre> <p>}</p> <p>function function1(obj){</p> <pre><code>var s=Sys.Serialization.JavaScriptSerializer.serialize(obj); alert(s); </code></pre> <p>}</p> <p>function function2(){</p> <p>var obj=getObject();</p> <p>var s=Sys.Serialization.JavaScriptSerializer.serialize(obj);</p> <p>alert(s); }</p></li> <li><p>Content.aspx</p></li> <li><p>ContentScript.js</p> <p>function serializeObject(){</p> <pre><code>var obj=window.top.getObject(); window.top.function1(obj); // &lt;– This works fine obj=new Array(); window.top.function1(obj); // &lt;– this causes an Out of Stack Space error </code></pre> <p>}</p></li> </ol> <p>The code for the sample pages and JavaScript is <a href="http://braincells2pixels.wordpress.com/2008/02/14/aspnet-ajax-javascript-serialization-error/" rel="nofollow">here</a></p> <p>Posting the code for the aspx pages here posed a problem. So please check the above link to see the code for the aspx pages</p> <p>A web page (default.aspx) with an IFrame on that hosts a content page (content.aspx). </p> <p>Clicking the “Serialize Object” button calls the JavaScript function serializeObject(). The serialization works fine for Array objects created in the top window (outside the frame). However if the array object is created in the IFrame, serialization bombs with an out of stack space error. I stepped through ASP.Net AJAX JS files and what I discovered is, the process goes into an endless loop trying to figure out the type of the array object. Endless call to Number.IsInstanceOf and pretty soon you get an out of stack error</p> <p>Any ideas?</p> <p>TIA</p> http://stackoverflow.com/questions/141207/how-do-you-pass-parameters-to-called-function-using-asp-net-ajax-addhandler 0 How do you pass parameters to called function using ASP.Net Ajax $addHandler rams 2008-09-26T18:44:43Z 2008-09-26T18:58:57Z <p>I am trying to use the $addHandler function to add a handler to a text box's click event </p> <pre><code>var o=$get('myTextBox'); var f = Type.parse('funcWithArgs'); $addHandler(o, 'click', f); </code></pre> <p>However I need to pass parameters to the called function. How do you do that?</p> <p>TIA</p> http://stackoverflow.com/questions/116564/how-do-you-reset-asp-net-ajax-cascading-dropdown-control-client-side 0 How do you reset ASP.Net AJAX cascading dropdown control (client side) rams 2008-09-22T18:19:22Z 2008-09-22T20:08:49Z <p>The cascading dropdown control works great except that I am unable to figure out a way to reset the dropdown client-side (in Javascript)</p> <p>My set up is something like this</p> <p>DD1 DD2 DD3 DD4</p> <p>each DD is dependent on the previous DD and uses webservice to load them. </p> <p>On change of DD3 I need to reset DD4 but the previous selection stays. </p> <p>Can this be done? I tried clearing the value in the supporting hidden input control (cddTest_ClientState) in vain</p> <p>TIA</p> http://stackoverflow.com/questions/116564/how-do-you-reset-asp-net-ajax-cascading-dropdown-control-client-side/116893#116893 2 Answer by rams for How do you reset ASP.Net AJAX cascading dropdown control (client side) rams 2008-09-22T19:18:19Z 2008-09-22T19:18:19Z <p>Here is the solution</p> <pre><code>&lt;asp:DropDownList ID="dd1" runat="server" onChange="ondd1ChangeHandler(this)&gt; &lt;/asp:DropDownList&gt; &lt;asp:DropDownList ID="dd2" runat="server"&gt; &lt;/asp:DropDownList&gt; &lt;cc1:CascadingDropDown ID="cdd2" runat="server" Category="Cat1" ParentControlID="dd1" PromptText="(Select Option)" ServiceMethod="GetOptions" ServicePath="Services/GetOptions.asmx" TargetControlID="dd2"&gt; &lt;/cc1:CascadingDropDown&gt; &lt;script type='text/javascript&gt; function ondd1ChangeHandler(dd){ var dd2=$get('dd2'); dd2.selectedIndex=0; var cdd=$find('cdd2'); if(cdd!=null){ cdd.set_SelectedValue('',''); cdd._onParentChange(null,false); } } &lt;/script&gt; </code></pre> <p>Hope this helps</p> http://stackoverflow.com/questions/91721/iframe-sizing/92061#92061 1 Answer by rams for iframe sizing rams 2008-09-18T12:27:10Z 2008-09-18T12:27:10Z <p>We had a similar issue with iFrame sizing on our web app main page, although in IE6. The solution was to trap the window.onresize event and call a JavaScript funtion to appropriately size the iFrame. "content" is the name of the iframe we want sized. Also note that we are using ASP.Net AJAX's $get which translates to document.getElementById()</p> <pre><code> &lt;script type="text/javascript"&gt; window.onresize=resizeContentFrame; resizeContentFrame(); function resizeContentFrame(){ setFrameHeight($get('content')); } function setFrameHeight(f){ if(isDefined(f)){ var h=document.documentElement.scrollHeight; h-=(HEADER_HEIGHT+CONTENT_PADDING+5); f.style.height=h+'px'; } } &lt;/script&gt; </code></pre> http://stackoverflow.com/questions/85129/best-way-to-set-up-cruisecontrol-for-iis-5-1-dev-box-and-iis6-server/85327#85327 1 Answer by rams for Best way to set up CruiseControl for IIS 5.1 dev box and IIS6 server rams 2008-09-17T16:57:30Z 2008-09-17T16:57:30Z <p>We have a similar setup that we have been using successfully over a year now. Our CC.Net server is on a Windows 2003 server and all development happens on Windows XP/Vista machines. Code checked into SVN is pulled down onto the Windows 2003 server, built and pushed onto our hosting boxes.</p> http://stackoverflow.com/questions/1684838/are-wcf-ajax-calls-blocking-calls/1685016#1685016 Comment by rams on Are WCF Ajax Calls blocking calls? rams 2009-11-07T12:06:23Z 2009-11-07T12:06:23Z Drew, thanks for confirming my suspicions and explaining the plausible. http://stackoverflow.com/questions/1684838/are-wcf-ajax-calls-blocking-calls Comment by rams on Are WCF Ajax Calls blocking calls? rams 2009-11-06T01:58:25Z 2009-11-06T01:58:25Z MyNameSpace.MyService.GetCount(param1, onComplete); onComplete is the callback function. MyNameSpace.MyService is the automagically generated proxy http://stackoverflow.com/questions/630915/web-dev-helper-like-http-request-trace-in-ie8/630996#630996 Comment by rams on Web Dev Helper like HTTP request trace in IE8 rams 2009-03-10T17:20:17Z 2009-03-10T17:20:17Z Fiddler is very useful. Completely agree. However it seems to track ALL http requests from my machine. I would need to setup filters to eliminate requests that I am not interested in. This is what I meant by Fiddler not being quick. But it sure does solve my problem. http://stackoverflow.com/questions/630915/web-dev-helper-like-http-request-trace-in-ie8/630996#630996 Comment by rams on Web Dev Helper like HTTP request trace in IE8 rams 2009-03-10T16:52:33Z 2009-03-10T16:52:33Z Thanks for the response. I thought IE8 developer tools had the request trace feature built in. I agree Fiddler is more powerful but for quick tests an integrated tool is handy http://stackoverflow.com/questions/616980/how-do-you-spoof-httpreferer/617019#617019 Comment by rams on How do you spoof HTTP_REFERER? rams 2009-03-05T23:10:44Z 2009-03-05T23:10:44Z thanks for the link. I'll check it out. http://stackoverflow.com/questions/616980/how-do-you-spoof-httpreferer/617034#617034 Comment by rams on How do you spoof HTTP_REFERER? rams 2009-03-05T23:10:12Z 2009-03-05T23:10:12Z The calling page is from a client's app which I do not have access to. So instead of coding in dark, I need to &quot;spoof&quot; the referrer and test my page. http://stackoverflow.com/questions/561480/looking-for-an-ftp-and-file-parser-application/561632#561632 Comment by rams on Looking for an FTP and file parser application rams 2009-02-18T15:55:29Z 2009-02-18T15:55:29Z Probably. What we are looking for is a app we can point the FTP from location to, specify the file layout via XML DTD or CSV, tell it where to out the data and have the app do the work. http://stackoverflow.com/questions/509101/analyze-sql-server-2005-transaction-log-using-log-parser/513905#513905 Comment by rams on Analyze SQL Server 2005 Transaction Log using Log Parser rams 2009-02-05T21:08:28Z 2009-02-05T21:08:28Z unfortunately had to reboot so could not attach activity monitor. If no new connections are possible, then I am not sure if profiler can be attached to the server http://stackoverflow.com/questions/509101/analyze-sql-server-2005-transaction-log-using-log-parser/509789#509789 Comment by rams on Analyze SQL Server 2005 Transaction Log using Log Parser rams 2009-02-04T14:31:32Z 2009-02-04T14:31:32Z our SQL Server pegged the CPU at 75%, used &gt; 7Gig RAM and refused all connections. Had to reboot. Trying to figure out if transaction log can provide any clue http://stackoverflow.com/questions/509101/analyze-sql-server-2005-transaction-log-using-log-parser/509125#509125 Comment by rams on Analyze SQL Server 2005 Transaction Log using Log Parser rams 2009-02-03T22:13:35Z 2009-02-03T22:13:35Z so am I outa luck? http://stackoverflow.com/questions/368505/is-it-possible-to-select-sql-server-data-using-column-ordinal-position Comment by rams on Is it possible to select sql server data using column ordinal position rams 2008-12-15T16:01:18Z 2008-12-15T16:01:18Z Thanks everyone for taking time to answer my questions. It looks what I'm trying to do cannot be done. http://stackoverflow.com/questions/368505/is-it-possible-to-select-sql-server-data-using-column-ordinal-position/368578#368578 Comment by rams on Is it possible to select sql server data using column ordinal position rams 2008-12-15T14:54:16Z 2008-12-15T14:54:16Z Thanks. My first attempt was using dynamic SQL which actually slowed my proc contrary to what I expected which led me to wonder if I could use the column ordinal position info any which way. http://stackoverflow.com/questions/368505/is-it-possible-to-select-sql-server-data-using-column-ordinal-position/368556#368556 Comment by rams on Is it possible to select sql server data using column ordinal position rams 2008-12-15T14:43:41Z 2008-12-15T14:43:41Z @robsoft - I am working with a DB that uses mapping info. Col names are stored in a mapping table. A proc with a HUGE case statement runs import and I am trying to improve it. Using dynamic SQL did not speed up the process. http://stackoverflow.com/questions/65129/any-downsides-to-using-asp-net-ajax-and-jquery-together/150714#150714 Comment by rams on Any downsides to using ASP.Net AJAX and JQuery together rams 2008-10-01T00:55:58Z 2008-10-01T00:55:58Z saw that one. This should put to rest any doubts about the interoperability of ASP.Net AJAX and jQuery http://stackoverflow.com/questions/141207/how-do-you-pass-parameters-to-called-function-using-asp-net-ajax-addhandler/141216#141216 Comment by rams on How do you pass parameters to called function using ASP.Net Ajax $addHandler rams 2008-09-26T19:15:47Z 2008-09-26T19:15:47Z Can you point me to an article/blog post that can help me better understand closures and their implications? - Thanks