| Thread | Last Post | Replies |
|
| Asp.NET Javascript string, want to pass '(single quotes' within '(single quotes) | 24 Mar 2006 22:03 GMT | 1 |
This is a very basic problem, but i am not able to solve it. msgStr = "<script language =javascript>alert('An exception abc occured')</script>" Page.RegisterStartupScript("exception", msgStr)
|
| Cookieless Session ID in Query String | 24 Mar 2006 22:01 GMT | 2 |
Howdy, When a client has cookies turn off, our application uses the ASP.NET 2.0 cookieless session which puts the session id into the URI. Is there anyway to make it use a query string instead?
|
| Login control images | 24 Mar 2006 21:59 GMT | 1 |
Do the login controls not accept background images at all? No matter what I do to the css, nothing seems to add my image. Is there a way to do this? Without code.... just css or skins.
|
| Have function return SqlDatReader and then read results. How? | 24 Mar 2006 19:47 GMT | 4 |
Up until now, I've always had my functions return integers, strings, or booleans. Now, I've (hopefully) written a function to return a 2 column, single row datareader. Assuming I did this correctly (the function), how could I look at the results of the function in page_load and ...
|
| Print Preview 'Headers' | 24 Mar 2006 18:45 GMT | 7 |
I have a datagrid with headers. I managed to 'freeze' the headers OK and then one can scroll to see contents. I would like to be able to print this list by re-prinitng the headers on each page.
|
| System.Net.WebException: The remote server returned an error: (500) Internal Server Error. | 24 Mar 2006 18:01 GMT | 4 |
I am trying to consume a web service from asp.net web page through HTTP POST method and I am getting the following error message "System.Net.WebException: The remote server returned an error: (500) Internal Server Error."
|
| Asp.Net 2.0 Bug | 24 Mar 2006 17:27 GMT | 5 |
My testers getting this exception 1% of the time they click button on the page. This happens in both IE6.0 and FireFox1.5. Any ideas? System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. --->
|
| ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed | 24 Mar 2006 17:20 GMT | 1 |
i am using visual basic.net 2003 and have an ASP.NET webform application thats accessing a microsoft access 2003 database. i kept getting the following error when i tried to run it: ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error
|
| Firefox offsetLeft problem | 24 Mar 2006 17:05 GMT | 2 |
I am developing a website using Visual Studio .Net 2003. When reading offsetLeft, in a javascript function, the result is fine when run under I.E. but gives wrong results when run under Firefox. The HTML and java are shown below:
|
| save send email as file | 24 Mar 2006 16:56 GMT | 2 |
We like to save the emails we send as textfile on a file server. I want to use the System. Web.Mail class for sending the email. The question is how can i save the message as file. I have tried to use the msgMail.ToString() method but this won't help, or i have to type cast te ...
|
| ASP.NET Dynamic Gridview Question | 24 Mar 2006 16:04 GMT | 3 |
I have a number of simple select queries that a user needs to be able to execute and display the data on the screen in a gridview. My thought was that I could use a Gridview set to dymanically generate columns and bound to a SQLDataSource. Then the user can click buttons (or ...
|
| IIS ASP.NET 2.0 Bug | 24 Mar 2006 15:15 GMT | 11 |
Argh yourself. You are CLOSE to right. Debugging is something you do to identify the problem SO YOU CAN FIX IT. I will obviously not be fixing IIS even if I do figure it out. Yes, I obviously need to figure out a work around, but my preferred solution woulld have been, "Oh, MS ...
|
| ASP form inheritance | 24 Mar 2006 15:08 GMT | 1 |
This is all using net 2.0 and VS 2005 I have a base form in my app that inherits from System.Web.UI.Page, and have added a public method to the base form. I've then created a new form in my application that inherits from the base
|
| dymanic <asp:button> shenanigans | 24 Mar 2006 14:56 GMT | 1 |
first off, I'm using Framwork 1.1 with ASP.net and C# I'm trying to do something quite basic and can't figure out why it won't behave without going into massive details I want a button on an .aspx page have
|
| Adding multiple controls to Item Template column of Grid at Runtim | 24 Mar 2006 14:56 GMT | 1 |
I am creating a Datagrid at runtime and I have to create all the columns of grid at runtime... I am facing problem in the item template column. Here I want to place more than one control... For example Suppose there is a template column tc and i want to place two drop downlist ...
|