| Thread | Last Post | Replies |
|
| viewstate | 31 Jan 2007 00:55 GMT | 5 |
I have a simple page and was trying to test viewstate for a textbox. in my page_load event If not ispostback then textbox1.text="hello"
|
| manually posting to a specific FORM | 31 Jan 2007 00:49 GMT | 8 |
There is a site that has multiple FORM elements. How do I programatically POST to a specific form? The individual FORM elements have a <input name=xxx type=image return true> that is used to submit the form. <form name="form1" action=http://abc.com METHOD="POST"><input ...
|
| DropDownList| SqlDataSource | and Parameters??~ | 31 Jan 2007 00:36 GMT | 2 |
Good evening friends, I have added a Drop Down List box control to my web form. I am using the web.config connection string to access my SQL Server 2000 db. Inside that db I have a table named Provinces.
|
| Two years and still no answer. | 31 Jan 2007 00:19 GMT | 6 |
I've seen this question posed for two years, and no one has answered. Is it not possible to do? Is this the wrong newsgroup? When using a FormView on an aspx page and SQL Server, how does one discover the identity of the most recently inserted record?
|
| Which hosting for ASP.NET | 30 Jan 2007 23:54 GMT | 11 |
I need some good hosting. I found www.webhost4life.com and I was been very happy because they give a lot of features very cheap. But I have read many bad things about this hosting, so I need some better, but not very expensive like http://www.hostinguk.net.
|
| Help: Working with hyperlinks in C# | 30 Jan 2007 23:30 GMT | 4 |
Say I want to pull a bunch of records from a contacts database into a gridview and one of the fields contains an email address. Now suppose I want to make that email address clickable by putting it in a string (strEmail) and wrapping it in a hyperlink like this ASP Classic
|
| help pls.. easy question?? | 30 Jan 2007 23:13 GMT | 10 |
i just finished creating an asp.net application named teddybears. during the testing phase uploaded live ( ex: www.teddy.com) , i tried to purchase something and add it to my shopping cart. then, i tried opening the application on a different client computer. I just
|
| Changing a Server Control's Property when it loses focus | 30 Jan 2007 22:49 GMT | 1 |
I am working on a web form that contains a Calendar control with an image button that makes the calendar appear and disappear. However, I would like to set the visible property of the Calendar control to false when the control loses focus so that when the user moves to the
|
| running webpage automatically via code | 30 Jan 2007 22:26 GMT | 4 |
I am trying to setup a window tasks (or other better method) that runs aspx page once a day. How do I do this? Thanks
|
| What's wrong with this code? | 30 Jan 2007 21:49 GMT | 2 |
Our CMS sets a cookie when you login. Various applications within the CMS check the cookie to establish the user's name, permissions, etc. The class below is what is references whenever we need to grab the user data. For instance, when the user saves a database record, we attach ...
|
| name that tune | 30 Jan 2007 20:40 GMT | 3 |
hey all, i have a formview that contains a dropdownlist. it's datasource is coming from a table. the selectedValue can be blank. Would it better to add a blank in the database table or dynamically in the code-behind. And how many
|
| invoke framework 2.0 methods from 1.1 | 30 Jan 2007 20:03 GMT | 1 |
We have a website that runs on asp.net 1.1. For now, we will not be migrating it to 2.0. In the meantime, I wrote new web methods in 2.0 and I would like to invoke them from our 1.1 website. Any idea how this can be done?
|
| Question on two 'flavors' of data access layers | 30 Jan 2007 19:54 GMT | 3 |
Good morning, I have seen two different types of data access layers and I am wondering which, if either, is considered best practice, or if one is better suited to certain situations than the other.
|
| Multipage chain showing single URL | 30 Jan 2007 19:45 GMT | 3 |
I'm trying to figure out the best method to go about creating a web- app such that the URL in a client's address bar will remain constant (the entry point for the application). My first thought was to be using Server.Transfer to move about the
|
| default sort on gridview load | 30 Jan 2007 19:37 GMT | 4 |
For performance reasons i can not set a sort order on a dataset returned from a stored procedure. Ideally in the sp i'd set the company name as the order and just load the gridview, however the joins are very complicated and this causes the sp to take 20 time (at least) longer ...
|