| Thread | Last Post | Replies |
|
| NEwbie Question: Getting DetailsView to output the Insert/UpdateCommand SQL to screen? | 12 Sep 2007 16:48 GMT | 5 |
Ok so Im getting an " Syntax error in INSERT INTO statement. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information
|
| Using MS SQL Function in VB.Net 2003 | 12 Sep 2007 16:33 GMT | 5 |
Hi... I'm rather new to VB.Net, so please forgive the elementary question. I'm trying to use an MS SQL 2005 Function from within my VB.Net 2003 code, and as simple as might be, I'm unable to find any snippet of code that shows me
|
| Problem : Client request is processed simultaneously by two threads ! | 12 Sep 2007 16:28 GMT | 1 |
I have a problem with an ASP.NET 2.0 Application. A client request is processed in parrallel by two threads. After further analysis, it appears that : - There is 2 disctinct session for the request (Session_Start in
|
| Passing an '&' as part of the parameter's value in a query string | 12 Sep 2007 15:35 GMT | 4 |
I have a situation where I will collect text from a textbox and pass that text as one of the parameters in another pages query string. the problem is that if the user types in a '&' as part of the text message, the page being called thinks the '&' is parsing out another ...
|
| vb vs cs gridview header question | 12 Sep 2007 15:24 GMT | 5 |
I have a sub in vb.net that adds extra headers to a gridview and it works very well. however, i tried to translate it to c# and i'm getting the header inserting itself over the first datarows and inserting blank rows at the bottom.
|
| Newb ASP question | 12 Sep 2007 14:50 GMT | 1 |
Can anyone assist a newb with troubleshooting the code below? I can not seem to create new database records. I do not get any error messages, just no new records. Editing and deleting works fine. I am using VS 2005. If anyone can suggest a different, more active group
|
| Visual Studio 2005 The breakpoint will not currently be hit... PLEASE HELP. | 12 Sep 2007 13:49 GMT | 4 |
I have a project that we have had in 2005 for a couple months now and everything has been working fine. Now today I open it up and get the latest version from SourceSafe and I made a few changes to the codebehind and I placed a few breakpoints in the codebehind but none of the ...
|
| How to extract the file name associated whith a skin | 12 Sep 2007 13:34 GMT | 5 |
I am using themes and have seral themes for my site, user can choose it from a list then it is applyed to all pages by program. Problem is that some compoinent we use does not support themes and we must provide it with a file name.
|
| Help! SMTP Exception Error in ASP 2.0 Email Form | 12 Sep 2007 13:32 GMT | 4 |
I keep getting the following error on an asp form I have on my site. I know the smtp settings are correct, because if I take out the user fields (i.e. name, weight and assign a text string in code the email is processed. Protected Sub SendEmail_Click(ByVal sender As Object, ByVal ...
|
| Google adsense | 12 Sep 2007 12:38 GMT | 2 |
my customer wants google adsense in his (asp.net) web site. and he wants to make it variable by their clients interest, for example if their client like Car so the google adsense should be about Car, is that possible?
|
| get selected data from dropdownlist in data grid | 12 Sep 2007 12:26 GMT | 2 |
i was created datagrid and it have three template colume, in the template colume dropdownlist the dropdownlist get data from data base . * the question i want return selected value from dropdownlist ?
|
| radio button | 12 Sep 2007 11:58 GMT | 6 |
I have a radio button list in webform1 and a button. This button when clicks, it will open another webform2 which will get the value of the radio button selected in my first web form. The problem is that webform2 is the start page.. so when the program
|
| access key | 12 Sep 2007 11:17 GMT | 2 |
I have this code below: <asp:Button ID="Button1" runat="server" ACCESSKEY="A" Text="Change Language" OnClick="Button1_Click" /> Is it possible to initially set the button invisible and when the user
|
| Server.Transfer error | 12 Sep 2007 10:32 GMT | 6 |
In my application I have two webform. In one of the webform I have a button where the user clicks and it should open another webform.. but when I click that button, it shows me the error: Error executing child request for Language.aspx.
|
| Webform doesn't fit in small screens | 12 Sep 2007 10:11 GMT | 2 |
I've developed an application a wide screen with high resolution, but when I ran it in a normal screens the form doesn't appear entirely (the controls at the right side on the screen are cut off). how can I make my application standard for all screens?
|