| Thread | Last Post | Replies |
|
| Webcontrols - No intellisense, greyed out in toolbox - VS2005 SP1/Vista | 22 Jun 2007 14:58 GMT | 2 |
Not sure if Vista factors into the equation or not, but my guess would be YES. I installed Visual Studio 2005 (+SP1) on a Vista laptop and my ASP .NET webcontrols (and AJAX controls) are not registering in
|
| Question regarding oo design / layers | 22 Jun 2007 14:37 GMT | 2 |
Ok - I have a few objects I've created, some live in my dal, some in my bol and some in my ui... Here's the thing - I have the need to persist an ID which is used for display purposes only (control ID) and the only place I can persist this is
|
| Options added to select list with JavaScript lost on postback | 22 Jun 2007 14:21 GMT | 4 |
I am trying to dynamically add elements to a select list (which is running on the server, runat="server") with JavaScript, but when I postback, the new elements are lost. I'm not sure how to tell ASP.Net to post back these new elements as well. Any ideas or sources where you ...
|
| Using Response.Redirect to open a new page is not working | 22 Jun 2007 14:06 GMT | 3 |
In the code below, I am trying to go from one asp page to another: For Each tripToAccept As String In tripsToAccept.Split("/"c) dataManager.UpdateTripDetail("Accept", CInt(tripToAccept), Hiduser.Value)
|
| viewstate = false doesn't work | 22 Jun 2007 13:57 GMT | 2 |
i've got a simple page with a dropdown list of employees and a series of checkboxs showing their skills. the checkboxs are created dynamically from a sql statement and viewstate = false is set on each one. once the dropdown changes from one employee to another, the checkboxes are ...
|
| Application Object Question | 22 Jun 2007 11:58 GMT | 1 |
In the global.asax we use the application_start event to store some more variables in the application object. The site could be running for half a day then at random the contents of that application object becomes null. It only appears to be null for a random person, and works ...
|
| Combine variable and #bind | 22 Jun 2007 11:47 GMT | 1 |
I have a DataList that displays photos and is bound to a list of files. Is there a way to combine the value of a variable (strpath) with the # Bind(...) in the ImageURL field. Below is what I have now. <asp:ImageButton ID="ImgBtn1" runat="server"
|
| GridView | 22 Jun 2007 11:39 GMT | 3 |
I have a GetData methd which is returning a table using sqldataadapter. I bound that datasource with GridView but now I want to invisible Gridview's first column but it gives me following error although I have 5 columns in my datatable.
|
| beginner asp.net: Login and sql db | 22 Jun 2007 11:38 GMT | 1 |
I want to make a simple login page. Using the objects Login CreateUserWizard etc of the toolbox of visual studio i've realized simply my page.. But it is possibile to connect this templates to my database and not
|
| GridView - Select Row | 22 Jun 2007 10:51 GMT | 1 |
I have a two elements on my page: a GridView and form that has various controls (textboxes, dropdownlists, etc) When I click a GridView row I need to fill the form controls. I will use visible and invisible columns in the gridview selected row.
|
| Doesn't go in all iff statements. | 22 Jun 2007 10:24 GMT | 3 |
I have the following code. but if just goes to first if Statement where I make comparison. but it doesn't go to second if statement. Colul u please help me with that. protected void GridView1_RowDataBound(object sender,
|
| Ajax en the Form_load event and Ajax in serveruser controls | 22 Jun 2007 10:16 GMT | 2 |
I want to understand teh benefits of ajax technology. Does anyone has a good website where AJAX EXTENSIONS is worked out so I really understand it. There a 2 main questions: 1) How about the form load event. Why should it fire when I put a button in
|
| Web parts - Setting up default webparts mode | 22 Jun 2007 09:58 GMT | 1 |
How can I turn a webpart of for all users in the default mode and on Reset personalation. I have a portal page in ASP.net and have 7 webparts displayed, I only want 6 displayed which the option to turn the other on. (which I do
|
| MSChart in ASPX | 22 Jun 2007 09:26 GMT | 1 |
I am trying to use mschart20 in my aspx web page created using VS2003. I have inserted code below into the <from> section. <OBJECT classid="clsid:5220cb21-c88d-11cf-b347-00aa00a28331" VIEWASTEXT>
|
| please help. need to add asp.net v2.0 to IIS?? | 22 Jun 2007 09:09 GMT | 3 |
I m trying to install sharepoint, but cant because it requires that ASP.NET v2.0 is enabled in IIS, in there i can see IIS v1.143.. and downloaded microsoft visual web developer 2005 express still no luck, can someone please help
|