| Thread | Last Post | Replies |
|
| PageLoad when BACK is clicked | 08 Sep 2004 08:27 GMT | 4 |
I would like to ask you if someone knows how to make a page to be loaded again when th BACK Button of the Browser is clicked. What I mean is: WebForm1(Load)->click link to WebForm2->WebForm2(Load)->ClickBACKbuttonOFtheBROWSER->WebForm1(Load)
|
| Drop Down List problem | 07 Sep 2004 14:40 GMT | 4 |
I have a WebForm on which I have 2 buttons: "Retreive" and "Insert" When I push "Retreive" I would like to retreive info from my DataBase and to make a DropDownList- DDL1 to show the result. The code is: private void Retreive_Click(object sender, System.EventArgs e)
|
| Object class in ASP.NET (Visual Studio 2005 Beta 1) | 07 Sep 2004 13:30 GMT | 1 |
I've been created a web user controll based in label control, i want simulate a label class in asp.net for used in my pages. How I can do it ??? I don?t access the property text of control created.
|
| Controle ViewState | 07 Sep 2004 10:03 GMT | 2 |
Hie, I have a big problme I generate a table in wich I put some sever controls like (dropdownlist...) and whenever I click in subimit button even if there is no code in the button the page is republished and all the
|
| Working with TreeView WebControl (binding with XML) | 07 Sep 2004 06:29 GMT | 5 |
I have a treeview binded with a XML file and it was working. Later is stopped and SINCE then refused to work. I have TRIED EVERYTHING BUT STILL NOT WORKING!! Error:-
|
| Probleme of Dynamic Server Control:ViewState | 07 Sep 2004 02:24 GMT | 1 |
Hie all, I generate dynamically a HtmlTable in wich I include dynamic server control like DropDownList label... But when I click to th Submit button in order get the value entered by the user using the their ID it seem that the aspx page is refreshed and I lost all the control .
|
| Problem with Calendar Control in asp.net | 06 Sep 2004 21:25 GMT | 2 |
Hello every one, I have place calendar control on page in my web application. Now every time user click on prev/next button of Calendar control my page submitted. I dont want to submit/refresh my page every time user navigate through calendar
|
| ListBox control loosing contents on page refresh | 06 Sep 2004 19:48 GMT | 1 |
I am using listbox control and dynamically inserting items into it. I want to save the contents of the listbox into a database after the "Save" button is clicked. But once the save button is clicked the page is getting refreshed and
|
| Wrox Book Example Problem | 06 Sep 2004 16:02 GMT | 1 |
I am new to this and trying to learn it. I am following a Wrox Book The follow bit of code: Line 37: <asp:listitem>Lisbon</asp:listitem>Line 38:
|
| Dynamically Created User Controls not Initialising | 05 Sep 2004 14:59 GMT | 1 |
Wonder if anyone can point me in the right direction!! Basically I have built an ASP.net (VB.net) user control to display data and this is comprised of a set of user controls that display parts of the page (header, body etc.)
|
| Code behind and onclick on html table row | 05 Sep 2004 10:20 GMT | 2 |
I have a page with a table of which the rows have to be added dynamically. What I also want is 'code behind' the onclick event of a row (the page should be posted back to the server, which should handle the onclick). However, as the rows are added dynamically, I cannot give them an ...
|
| Nested DataGrid Conundrum | 04 Sep 2004 22:43 GMT | 1 |
I have been banging my head into my monitor for days over various challenges/bugs/tricks involved with editing inside nested DataGrids. Probably part of my problem is that every time I get somethign working, I have to try to push the envelope. So, I got to the point where I had ...
|
| tie validator to a specific submit button ? | 04 Sep 2004 20:27 GMT | 1 |
To use a simple example, if I have a web form with two textboxes Textbox1 and Textbox2, two Required Field Validators Validator1 (which validates Textbox1) and Validator2 (for Textbox2), and two buttons Button1 and Button2, can I specify that Validator1 should only
|
| events in run time not work | 04 Sep 2004 20:24 GMT | 1 |
Hi, i?ve a problem creating a button & asociating a method whith the click event. i?ve this code: {.... Button b=new Button();
|
| Catching event when web form closes | 03 Sep 2004 22:01 GMT | 2 |
Hi I'm trying to catch an event when a web form is closed (user presses X in upper right corner of form), because I want to do som cleaning up before the ending the session.
|