| Thread | Last Post | Replies |
|
| set <title> and <meta name='description'> with master page | 17 Mar 2006 07:14 GMT | 4 |
Hi; If I am using master pages, how do I set the <title> and <meta name='description' content='my title'> for each page. Obviously each page will have a different title & description.
|
| Persist a database connection across postbacks | 17 Mar 2006 06:16 GMT | 4 |
I'm a new comer to web development as well as asp.net. So when i fired up my first database driven page, i knew i had a problem of not having a persistent database connection across postbacks. I tried to piggyback the connection object to application object and it didn't
|
| Error 38 Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\website\00fde41c\efd931db\App_Web__cgopktn.dll' could not be found | 17 Mar 2006 06:10 GMT | 1 |
What does it mean ? I have this error when doing a build, some times, randomly. If I close everything and reopen the project, then it disappears for a while. I have started two Asp.Net 2.0 applications, both totally different,
|
| How many ASPState do I need? | 17 Mar 2006 05:07 GMT | 2 |
We would like to use ASPState to handle the session State. Since we have several web applications (web sites) in our web server, do we have to create an ASPState database for each web application or we can just use one ASPState for all web applications? Thank you in advance.
|
| Faxing from ASP.NET | 17 Mar 2006 05:05 GMT | 1 |
Howdy, I'm trying to send faxes from my asp.net code. I'm getting a "server threw exception". Real helpful. here's my code Dim FXServ As New FAXCOMLib.FaxServer
|
| Error saving resized bitmap | 17 Mar 2006 02:06 GMT | 12 |
I get a generic error (not very helpful) when attempting to save a re-sized image back to its original location. Here is the code snippet: Dim g As System.Drawing.Image = System.Drawing.Image.FromFile(Me.File1.Value)
|
| Server Error | 17 Mar 2006 02:01 GMT | 4 |
I had posted this once earlier, but couldnt get my problem solved. When i run an asp.net application in windows 2003 server with IIS 6.0, it "SOMETIMES" gives me the below given error. Please note that it gives this error only ONCE IN A WHILE.
|
| AJAX Javascript file problem | 17 Mar 2006 01:36 GMT | 1 |
I have individual Javascript files at the component level for components that need to make AJAX calls to the server. The server returns a list of XML elements with the name of the control whose contents will be updated and the HTML of the new content. My client-side callback ...
|
| Maintain view state using AJAX or Callback | 17 Mar 2006 01:26 GMT | 2 |
Hi there again... is there a way to maintain the ViewState of WebControls when using AJAX or Callbacks ? Every time I refresh a page or use a postback from a control it would
|
| Browsers | 17 Mar 2006 00:41 GMT | 3 |
I have a XP collapsible menu that works fine in IE, but in Firefox don't collapses. I know both browsers interprets different thigs. I post the code that I have to allow collapse and expand my menu. Can anyone give me some help in what I have to change to working with
|
| trouble binding a datagrid to a custom collection | 16 Mar 2006 22:56 GMT | 1 |
I'm trying to bind a custom collection to an autogenerated datagrid without success. I'm getting this error: DataGrid with id 'DataGrid2' could not automatically generate any columns
|
| PostBackUrl with a variable attached? | 16 Mar 2006 22:23 GMT | 6 |
I've been looking around for the proper syntax, and have only found one instance where it appeared somebody else was trying the same thing, but didn't post how they had achieved their desired result. What I want to do is PostBackUrl="mypage.asp?myid="+txtSearch
|
| html encoding | 16 Mar 2006 22:07 GMT | 2 |
I want to save an html tag in web.config, I know it would work if i encode it by replaceing "<" to "<" How about double quote charater ( " )? The below line is giving errors because of it.
|
| need to enable http post and read for my webservice | 16 Mar 2006 22:04 GMT | 4 |
How can i have my web service to interact through HttpPost and HttpGet? I dont need soap (mostly just xml over http). I read this can be achieved through web.config but , where to put the code? How to read/write using this method.
|
| ClientID problem in Asp.Net 2.0 | 16 Mar 2006 22:03 GMT | 4 |
I am having problems in accessing controls in my Asp.Net 2.0 pages. I know Asp.Net 2.0 generates a ClientId. In a Javascript function I tried to hide a panel as follows: function ChangePanel()
|