| Thread | Last Post | Replies |
|
| Site Deployment | 19 Jul 2005 14:31 GMT | 5 |
I need to deliver the site to a client minus the source code. Which of the files can I delete without effecting the running of the web site? Thanks Regards
|
| Report suggestions required... | 19 Jul 2005 14:29 GMT | 1 |
Hi, I want to generate HTML reports. for this I need to implement headers and footers on each page along with page breaks which needs to be calculated automatically. is there any good solution for this? any engine? any control or code? please help.
|
| Problems with Response.Flush | 19 Jul 2005 14:01 GMT | 5 |
Hello all. On our site's pages, I have a waiting animation whom's HTML is Response.Write'd out and then flushed in our Page_Load. On some of our servers, the waiting page works fine. On others, the response.flush doesn't work til the page is completely done loading, which completely
|
| PostBack Opens new window | 19 Jul 2005 13:54 GMT | 2 |
Earlier I had a WebForm with a DataGrid. I have implemented a function to sort the records on clicking the columns. It was working fine until I added the custom controls on it. Now the sort methods invoke another window and with
|
| Windows service making duplicate event log entries. | 19 Jul 2005 13:53 GMT | 3 |
I've created a windows service that occasionally writes information into an event log. I have the following function created in a class-library for the windows service: Public Shared Function WriteToEventLog(ByVal Entry As String, ByVal
|
| Web.Config Question | 19 Jul 2005 13:52 GMT | 1 |
I have nested application as following RootProject ..Subproject when navigate a page in subproject , the subproject reads the webconfig for
|
| Access CheckBox in DataGrid ItemTemplate | 19 Jul 2005 13:30 GMT | 1 |
I wish to access CheckBox control in ItemTemplate, to set or get value. I use next code on event: ItemDataBound(...) //------------- e.Item.Cells[0].FindControl("CheckBox1")
|
| Add search functionality to webpages | 19 Jul 2005 13:06 GMT | 1 |
Hi I have a webpage with aprox 500 ordinarily html pages. How can i add search functionality to these pages? I have the following: Windows 2003 with asp enabled maybe asp.net. I do NOT have permission to
|
| Configuration Error Not Helpful | 19 Jul 2005 13:01 GMT | 2 |
I've got a custom configuration section in my web site and a custom handler, which all works fine. However, other people are going to start working with this site soon, and probably messing with the configuration. I've found that if there is an error in my custom
|
| Migration from ASP3.0 design to ASP.NET (Tips, Pointers, Preference) | 19 Jul 2005 12:16 GMT | 1 |
I'm a seasoned ASP programmer and have been writing ASP for years. I've decided now to stop writing ASP and jump onboard the ASP.NET bandwagon (albeit a bit late). I've been programming in C# for a while but have only done some very
|
| Datagrid Column Names and Printing | 19 Jul 2005 09:47 GMT | 1 |
I am using autogenerate to bind a string array to a datagrid however it displays the column name as "Item" is there a way to change this without setting the autogenerate function to false. Also when I print the web report
|
| How to find the Column Index By Name in an ASP.Net DataGrid | 19 Jul 2005 09:40 GMT | 1 |
Howdy All, I am wondering if there is a way to find the column index by the header name. What I am trying to get away from is using a hardcoded number in the ItemDataBound event. Something like this:
|
| Debugging Global.asax | 19 Jul 2005 09:31 GMT | 2 |
I have an asp.net (c#) app in VS 2k3 on a WinXP sp2 box. Local IIS web server. The breakpoints in the Global.asax are not being hit. When I start the debugger the glyph becomes a question mark and hovering the mouse over it displays ". no symbols are loaded for this document". ...
|
| Cookie problem | 19 Jul 2005 09:14 GMT | 1 |
I am trying to write out and update my cookies, but it doesn't seem to work correctly. I am using the following code: if (passwordSaveCookie.checked) then If Request.Cookies("User") is nothing Then
|
| multiple forms on one page | 19 Jul 2005 08:21 GMT | 3 |
I have a simple web user control. I'd like for this form to appear twice on a single aspx page. How do I get around the problem of having more than one <form runat=server> tag? More background: the user control is a login box. For design reasons I
|