| Thread | Last Post | Replies |
|
| Form Data Corruption After POST | 21 Jul 2005 23:10 GMT | 2 |
I use codepage 1254 for encoding, ResponseEncode and RequestEncode. If i don't use this, my javascript menu does not appear and i have no special character problem in form fields, but if i use this codepage, i can use javascript menu but i have the special character(turkish ...
|
| ASP.NET v2.0 login control issue with SQL Server 2000 | 21 Jul 2005 23:00 GMT | 5 |
I am working on a test site to explore the new login controls and membership features of ASP.NET v2.0. I have tested the controls using SQL Express and have now decided to try using a central SQL Server 2000 database. When I use the all of the included controls with SQL Express ...
|
| Custom build DataGridColumn event problem | 21 Jul 2005 22:16 GMT | 7 |
OK.. phew. Playing with data grids for the past few days has been fun and a huge learning experience.. My problem. I have a requirement to display a gird with a gird. Within the embedded grid, theres a requirement to show a drop down menu list (this is a
|
| Retrieving values from a Data Grid | 21 Jul 2005 22:13 GMT | 2 |
I am attempting to allow a user to update multiple rows and columns in a datagrid, when the user clicks a "Save" button, the postback occurs, at which time I need to retrieve all valuse form the cells of the grid, and write them to the database. Will I be able to loop through the ...
|
| CodeBehind But Not Postback - Page_Load fires twice | 21 Jul 2005 21:16 GMT | 4 |
I am trying a non-standard approace to asp.net that i hope will work so I can get an xhtml complient page. Setup as Follows: Code-behind but not form runat="server" so traditional Request.Form("key")
|
| SQL Server Text datatype and OleDBType in ASP.NET | 21 Jul 2005 21:00 GMT | 1 |
I have a field in a table that is of the datatype "Text". I also have a store procedure which updates this field and has a parameter of the same datatype ("Text"). However, in ASP.NET, interfacing this store procedure, there is no datatype called "Text" in the OleDBType
|
| IIS suddenly stopped working with ASP.NET 1.1 - ASPNET_REGIIS doesnt seem to work | 21 Jul 2005 20:58 GMT | 1 |
Having been flamed for my previous HEEEELP! post and called childish, I decided to reframe this problem - I have to have something ready for tomorrow morning, and my server has stopped working and I have no clue how to fix it, hence my original post, sent from a place of severe ...
|
| Closing connection | 21 Jul 2005 20:51 GMT | 7 |
Is it so important to close database connections? As I understand, after processing a request and sending a response, page object destroyed. So all used connections also destroyed. Yes?
|
| IExplorer Command Line | 21 Jul 2005 20:47 GMT | 1 |
I want to know IExplore.exe command line options basically I want the command line equivalent of the following line Window.open(strUrl, winID, "toolbar=no, scrollbars=yes, location=no, statusbar=no, menubar=no, personalbar=no resizable=yes, left = 50, top =
|
| Page Auto_Refreshing? | 21 Jul 2005 20:46 GMT | 1 |
Is there a little snippit of code out there that would allow my ASP.NET page to auto refresh about every 30 or 60 seconds? Can this be done with server side code or must it be client side code only? If so, does anyone out there have an example of that code?
|
| Variable = Variable? (re post) | 21 Jul 2005 20:45 GMT | 3 |
I re posted beacause I copied and pasted my code incorrectly that it probably needed a re start with the correct code. I also striped out the Clone() stuff because that really had no bearing on the problem Im haveing. My goal is to overwrite the Group object in the collection ...
|
| Memory usage with many w3wp.exe processes | 21 Jul 2005 20:40 GMT | 4 |
We make an ASP.NET web application and we host it for our customers. We have provisioned hardware and hope to be able to service around 200 customers on this hardware. The web servers are in a stateless farm and have 2 GB of RAM. We are using ASP.NET 1.1 when using a dedicated ...
|
| how to close sqldatareader when error occur | 21 Jul 2005 20:13 GMT | 4 |
Please help me out, I can't find a way to close a sqldatareader when error occur at statement cmd.ExecuteReader(). I can't close it in catch because it is local in try scope and I can't declare it outside try scope either since we have to call cmd.executeReader to create ...
|
| Normal form | 21 Jul 2005 19:37 GMT | 3 |
I need a normal form, not a web form. But with some server side script functionality. How? Add a new web form, remove all "runat=server", remove @Page directive's parameters
|
| Page redirect | 21 Jul 2005 19:29 GMT | 2 |
I have a page [page1.aspx] that gets info from http header file. I need to develop a page [page2] that redirects to this page so the page2 can read header that page1 created. Thing is when I redirect from page1 302 code is sent to browser and content
|