| Thread | Last Post | Replies |
|
| FileUpload control not able to retain its value | 22 Dec 2006 12:09 GMT | 1 |
I am working on a portal using .net2.0. In one of my page, i have FileUpload control. I am doing some server side validation for form fields in general. if there is any validation missing control comes back to the user.
|
| Open new browser window in vbscript.net | 22 Dec 2006 10:09 GMT | 9 |
can anyone tell me how to open a link in a new browser window in vbscript.net. i am looking to be able to set the properties such as size, menu bar, scroll bar etc. or alternativelly is there a simple way to do this in visual web developer?
|
| Hide Columns in GridView? | 22 Dec 2006 09:54 GMT | 2 |
Quick question: Is it possible to use autogeneratecolumns = true and still hide specific columns based on the column name in the datasource? Failing that, can it be done by column index?
|
| I want to publish my web site on the web | 22 Dec 2006 09:47 GMT | 3 |
hi.. My question : I created a web site using VisualStudio 2005 (ASP.Net 2) My Web site is using cs files and XML files .
|
| Textbox question & features | 22 Dec 2006 02:00 GMT | 2 |
I have an app that allows users to enter an order, and to make a comment in a field. The data field is 500 characters long.... What I'd like to do is a couple things - provide a window that will
|
| Edit function on Datagrid | 22 Dec 2006 01:35 GMT | 2 |
I have a couple fields (one varchar 20, one varchar 500) for a PO Number & a comment field on a datagrid. Once they're entered, a user can edit them and make changes to them. However, when they click edit on them, the boxes are populated, and when
|
| local data of a Page | 21 Dec 2006 20:28 GMT | 2 |
I am learning ASP.NET. I need to keep some information for a Page-derived object (.aspx page). May I use private members or should I use ViewState of other mechanism? I ask because the information mentioned should be available across page-reloads.
|
| Showing a different .aspx page in each View of a MultiView control | 21 Dec 2006 18:45 GMT | 3 |
How would I go about configuring my Menu and MultiView controls to display a different .aspx file for each View I have? In other words, I have 5 "tabs" and each "tab" has it's own .aspx file associated with it. How do I go about connecting the two? I imagine its done in the
|
| ASP.NET 1.1 app breaks when moved to shared webhosting with medium trust level | 21 Dec 2006 17:40 GMT | 1 |
Hi, how do you allow strongly type cast parameters to be passed to C# functions that use weakly type cast parameters while running under the "Medium" Trust Level security policy shipped with the ASP.NET 1.1 framework?
|
| NEED HELP!!! | 21 Dec 2006 17:31 GMT | 16 |
Why did no one post to my post about writing DLLS for a managed trust environment for ASP.NET? I believe it deserves as much help as anyone else's, but no one bothered to answer me! PLEASE HELP!!!
|
| Unwanted data injected into datagrid textbox | 21 Dec 2006 17:06 GMT | 3 |
Hello, and thank you in advance for any help you can provide. Each line in our datagrid control contains a product number, description, and a textbox for the user to enter a quantity-to-order. Users enter quantities (not necessarily on every line), click the Next
|
| What Generator made this code? | 21 Dec 2006 16:32 GMT | 2 |
I have inherrited an undocumented asp.net 1.1 application that contains a subproject with about 85 .vb modules that look like they are generated from some kind of data layering tool such as codesmith. I've pasted part of one of the modules below. Does anyone recognize this ...
|
| How to collect the data from input created by document.write() in ASP.NET? | 21 Dec 2006 16:24 GMT | 2 |
if the input field was generated in Client-side Javascript by document.write, how to retrieve the data of the input field in code behind? Thanks
|
| ASHX file and xml extension | 21 Dec 2006 16:12 GMT | 2 |
I have a java applet that builds a graph using an xml file. I can create the xml with the ashx file, however, the applet doesn't recognize the extension. What I am doing now is streaming the data to text file, which I don't prefer since I am creating files on the server. Is ...
|
| Page_Unload problem in .NET 1.1? | 21 Dec 2006 15:45 GMT | 2 |
I'm trying to use page unload event in order to write info to a text file. Everything works fine, unless code contains a call to Response.End. Then, the unload event appears to be triggered twice. I have created a very simple test page that illustrates this behaviour.
|