| Thread | Last Post | Replies |
|
| AJAX Examples | 13 Jun 2007 16:21 GMT | 10 |
controlsPlease could some of you here post some of your live examples of AJAX (esp drag panels, collapsable panels, and popup menu.) (It's one thing to talk about how great something is, but it's another to really see how great something is.)
|
| How to embed resource in ASP.Net 2.0 web application? | 13 Jun 2007 16:20 GMT | 8 |
Hello Developers, It may sound like a stupid question, but how to embed a resource in ASP.Net 2.0 web application? I mean, without using a separate library. There is no "build action"
|
| Best practice and considerations in choosing source for an <ObjectDataSource> | 13 Jun 2007 15:48 GMT | 4 |
Folks, What are the best practices, pros/cons, performance, scalability considerations in choosing the source/type for an object's ObjectDataSource (consider a GridView that needs to display a SELECT
|
| Add new row to binded Dropdownlist retrieved from database table | 13 Jun 2007 15:27 GMT | 2 |
I want to add a new row on top of the list retrieved from a database table..aparantely the it can retirne the list from a table but can't add the new row as indicated below..what should I do? or is there any other way to this rather.
|
| Open page in another browser window | 13 Jun 2007 14:23 GMT | 1 |
Here is my dilema. I need to open a new web page from my application, but instead of using a Response.Redirect, I need to open this in a new window. Before doing this, I need to validate the page and then construct the page location to open, adding on the parameters that
|
| Keep IIS Alive | 13 Jun 2007 13:45 GMT | 7 |
I would like to keep IIS alive on my web site and prevent Application_End from occuring in global.asax. Any ideas?
|
| Handling Form Events | 13 Jun 2007 13:27 GMT | 1 |
how can we handle the FormClosed and FormClosing events in C# i am able find those events in VB.NET application Code part.(Form1 Events) i don't find that in the C3 how can i handle those events
|
| Why my ASPX connect to SQL Server... | 13 Jun 2007 09:44 GMT | 3 |
I am not going to write a aspx to connect a SQL Server... but it tries to connect the SQL Server... Some of the Code.. protected void LoginButton_Click(object sender, EventArgs e) {
|
| Reload calling page in ASP.NET 2.0 | 13 Jun 2007 04:00 GMT | 7 |
I have a list on LinkButton controls on a page. When the link is clicked the LinkButton.Command event does a Server.Transfer to a page which writes binary to the HTTP output stream, e.g. a word document, pdf etc. Response.BinaryWrite(buffer);
|
| How to pass data from one control (ascx) to another? | 13 Jun 2007 02:09 GMT | 2 |
relatively new .net programmer. using vb.net (v2.0) I have an aspx page that contains 2 user controls (ascx) on it. the left control is basically navigation hyperlinks the right control is basically content display depending on what was
|
| ASPNETDB.MDF | 13 Jun 2007 01:41 GMT | 4 |
I noticed that my asp.net project contains a 10 meg ASPNETDB.MDF database in the App_data folder. I never intentionally put it there, have never ran regsql.exe. Reading back on my logs it got there on March 7th the day I was adding some web references.
|
| Chart Like Google Finance: | 13 Jun 2007 01:03 GMT | 2 |
I would like to add Chart Like Google Finance into my ASPX pages. How involved this will be !!! Thanks.
|
| Migrating static site to ASP.NET - How to handle redirecting old URLs? | 12 Jun 2007 22:50 GMT | 2 |
I am about to start on a migration from a static HTML site to an ASP.NET solution. I've done a ton of these in the past as my primary job duty is developing ASP.NET sites. This is the first project I've come across for a site that has quite a few .HTM pages with good
|
| Submit Button | 12 Jun 2007 21:52 GMT | 14 |
I have a sumit button in aspx page. <input name="Submit" type="submit" onclick = "showProcessform()"value="Submit"> <script type="text/javascript">
|
| ASP.Net PAge SRC Directive - Class calling another class | 12 Jun 2007 20:46 GMT | 3 |
My clients hosting company (BT!!) will not allow pre-compiled code so I am having to use the src page directive. I thought this wouldnt eb a big problem! Bit mistake. However, I am getting there. I have the following setup and the items are called one after another:
|