| Thread | Last Post | Replies |
|
| Pass values from URL to other pages ? | 28 Jun 2006 12:13 GMT | 2 |
i have a page A and Page B. in Page A have 2 links to Page B. to display a set of date based on condiction set in url.. like in page A
|
| Dynamic HTML in ASP.NET | 28 Jun 2006 11:54 GMT | 3 |
I can manage quite well in ASP but would like some advice in the best way to achieve dynamic layout in ASP.NET and still keep the page and code separate.
|
| Problem with alert message | 28 Jun 2006 11:42 GMT | 1 |
I've created a web page with ASP .NET and C#. Say my aspx filename is "WebForm1.aspx", I have created another C# file named "Details.cs". My problem is I want to prompt an alert message from both WebForm1.cs and Details.cs, WebForm1.cs works fine, but no message can be shown from
|
| Grid View | 28 Jun 2006 11:28 GMT | 1 |
i want to edit whole page on single button click
|
| I'm lazy: how do I make the first databound record not display/chop off the first element from SqlDataSource | 28 Jun 2006 11:24 GMT | 7 |
I'm using ASP.NET 2.0, C#, SQL Server 2005, and databound controls like the DataList and the GridView. Right now I'm using SqlDataSource as part of very quick and dirty site; I'm not looking to tier things. I want the topmost/first data element in a particular control to NOT be
|
| Nested Repeater Question | 28 Jun 2006 10:54 GMT | 2 |
I have a nested repeater and this is the code I have in the item data bound event private void _repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e) {
|
| Performance between Html with run at server and Webserver controls | 28 Jun 2006 10:33 GMT | 1 |
if i make an Html input control with run at server attribute will there be more performance when compared to Webserver controls, and will there be a Viewstate for Html control with runat server attribute, Can anyonw give some insigts on this
|
| Custom Controls with non-String Attributes | 28 Jun 2006 10:20 GMT | 3 |
I want to add attributes to my custom controls that are not of type String. I know how to convert from a String to the different types that I want, but when the user assigns values to the attributes using properties (assigns the values programmatically) I want them to be able to ...
|
| How do I debug a web site with VS2005? | 28 Jun 2006 09:51 GMT | 3 |
Sorry if this is a FAQ, but I couldn't find an answer by searching. I have been using VWB Express for a while, and have just installed VS2005 Professional. I tried to open an existing web site as an IIS project instead of a file-based one. I want to debug it in VS via IIS,
|
| Page Shows Up Blank! | 28 Jun 2006 08:51 GMT | 3 |
The page never gets to Page_Load and displays blank. Setting the trace flag makes no difference. View Source reveals: <BODY> <ASP_SMARTNAV_RDIR url="/WDC_RSS_WEB/ViewAlarm2.aspx"></ASP_SMARTNAV_RDIR>
|
| adding a value to Session object | 28 Jun 2006 08:26 GMT | 2 |
I'm using Javascript to dynamically add to a dropdown values like for ( i=0; i<tv.length; i++ ) { selectDDAvisCtrl.options[i] = new Option(tv[i], tv[i]); }
|
| Visual Studio Express | 28 Jun 2006 08:09 GMT | 5 |
It's possible to generate dll for deployment of projects (for my code behind files)??? I can't find any option to do this in Visual Studio Express. Need I to compile the pages in command line???
|
| WebResource.axd returns error | 28 Jun 2006 08:09 GMT | 1 |
We have encountered a strange problem with WebResource.axd service. Please check a look at the following two web sites: http://www.easyquerydemo.com and
|
| What is SQLdatasource parameter 'size'? | 28 Jun 2006 08:06 GMT | 1 |
I'm new to ASP.NET 2.0 and I am trying to get more information on the size property within the parameter tag of the SQLdatasource control. I have this code as an example... <asp:Parameter Type="String" Name="NewID" Direction="Output" Size="4">
|
| Dotnetnuke, clean install -> wrong login crashes default application pool | 28 Jun 2006 07:59 GMT | 2 |
I just started with dotnetnuke, and with a wrong login (wrong password on a clean install i can crash the application pool from IIS. (when i login with the right username/password information the site works fine, i can do anything it is supposed to do)
|