| Thread | Last Post | Replies |
|
| Refreshing parent page from a child page opened as a modal dialog box Options | 31 Oct 2008 22:57 GMT | - |
Default.aspx is the starting page containing a control(ascx) which has asp:button control on it. On the button click event it has to open a new page as a modal control. Since refreshing a page in a dialog box
|
| Webclient UploadFile "could not find file c:\..." | 31 Oct 2008 22:13 GMT | 6 |
I followed the instructions from MSDN for Webclient UploadFile and I get an error: Could not find file 'C:\testfile.xls'. If I add the file (c:\testfile.xls) to the server I do not get the error and the file is copied from the server to the server, rather than from the web
|
| postback button opens a new window | 31 Oct 2008 20:56 GMT | 2 |
I have a website with 2 forms. Form 1 is opened, a button opens a second form as a modal form: window.showModalDialog('Filter.aspx?Filter=14',
|
| AJA Documentation | 31 Oct 2008 20:04 GMT | 1 |
Can anyone provide me with a link for some AJAX documentation, I want to start using the panel animation extender, but need to know what effects are available and how it works. TIA
|
| Page_Load not firing in 2008 | 31 Oct 2008 19:05 GMT | 1 |
I converted a small (one aspx page) solution from VS2005 to VS2008. It was working fine and then all of a sudden, the Page_Load method is not firing. In the Page_Load method I've got some code which does a Response.Write in a try/catch. I've got a break point there also. There is ...
|
| Web Layer & Business Layer communication | 31 Oct 2008 18:38 GMT | 5 |
I'm programming a web site and I separated the web UI layer from the business objects layer... But the objects in the business layer needs a query string for database access.. The client (the website) is responsible to provide this connection
|
| Hot requirement for HP XP Storage Architect | 31 Oct 2008 18:17 GMT | - |
Hope you are doing great, My name is Sumit Kumar, and I am a technical recruiter for Okaya Inc, a technical staff augmentation firm located in NY. I am currently in search of an experienced HP XP Storage Architect for
|
| asp.net Dynamic display Validator bug!! | 31 Oct 2008 18:09 GMT | 2 |
i have a asp.net Form with serval input textbox and serval validators to validate the user input dynamic when user input wrongly in the textbox, the validator will worn the user for wrong inputing afer the textbox is not on focus. but afer i have input the
|
| Change Label ForeColor When TextBox Value Changes | 31 Oct 2008 17:40 GMT | 3 |
I have a web form that I would like to enhance. What I'd like to do is this: A user adds/edits the text in a textbox. I want the adjoining label to change color.
|
| Forms Authentication and session timeout | 31 Oct 2008 17:27 GMT | - |
I have web project that doesn't require strict authentication. So I put a persistent Forms Authentication so that user can come back any time and doesn't have to log in (authentication timeout set to something big, like 300000). So far so good. Problem occurs when
|
| Get RadioButton value from Nested Repeatr | 31 Oct 2008 16:51 GMT | 1 |
Hy there, pla.. i have 2 nested repeaters. In the child i have 3 radiobuttons. Already made my homework and figured out how to allow only one radio to be checked....
|
| GridView ItemTemplate - Validators not being called | 31 Oct 2008 16:40 GMT | 1 |
I have a GridView that is bound to a DataTable. I decided to allow the user to change the column data right in the ItemTemplate. Then user won't need to click Edit to change the values and then click Update to save them because for this application the user will need to
|
| GridView w/ ITemplate Columns - Can't find data on Postback | 31 Oct 2008 13:42 GMT | - |
I'm dynamically creating all the Columns in a GridView at run time and binding it to a DataTable. I have to build it at runtime (using an ITemplate subclass) because the number of columns is based on User input. All column cells are rendered as Textboxes. All Textboxs & the
|
| DropDownList and LINQ | 31 Oct 2008 13:17 GMT | - |
A simple problem: I have an aspx page with a details view on it. The page is designed to collect the users selections and add those selections to a SQL database. In the details view there are two drop down lists a text box and a button
|
| retrieve record by domain user using querystring | 31 Oct 2008 10:03 GMT | 1 |
i wish to sort out the records by domain users using querystring before i did in asp but now convert to asp.net 1. put the vb code in form2.aspx.vb to retrieve domain user 2. put querystring in Form.aspx to sort out the records
|