| Thread | Last Post | Replies |
|
| Best way to get GridView/DataGrid data for Javascript | 04 Mar 2008 17:46 GMT | 2 |
Using VS 2005: I have a Datagrid or Gridview that will display Names and address and I want to loop through them and collect the names to give to a javascript function. I am trying to find the best way to do this.
|
| Regex help | 04 Mar 2008 13:22 GMT | 10 |
I'm trying to add a regex validator to a webform textbox to validate time format. The field is optional, so I'm trying to get a regex which will validate empty, or the format [00-23]:[00-59]
|
| ASP.NET Video Chat Tool | 04 Mar 2008 12:18 GMT | 5 |
Hi Experts, WRT above subject i would like to know that which Third party tool provides hassle free video chat with excellent quality Actually i have requirement to add chat/video chat facility in my
|
| System.Data.DataTable | 04 Mar 2008 11:22 GMT | 1 |
This works: Dim dt As System.Data.DataTable Dim r As System.Data.DataRow = dt.Rows.Item(i) i = r.Item(2)
|
| Multiple Buttons on one page | 04 Mar 2008 10:06 GMT | 1 |
I have two user controls on the same .aspx page, each with a form and a button to submit the form. The user has the option to submit either form. Once the user hits the ENTER button on their keyboard, the button on the first user control rendered is the one that gets
|
| AJAX using UpdatePanel and without it in the same code | 04 Mar 2008 09:48 GMT | 1 |
I'm wondering if anybody using ajax extensions where UpdatePanel tag is used in addition to existing ajax implementation where UpdatePanel wasn't used yet. So, there is already a web project where ajax is used, but not with UpdatePanel. (without extensions) Would I be able to use ...
|
| what's new in the web.config file of asp.net 3.5 | 04 Mar 2008 09:24 GMT | 1 |
I'm used to developing using asp.net 2.0. But now I've installed a trail version of VS2008 at home. I discovered that the web.config in .net 3.5 contain many mnore settings compared to asp.net 2.0 If you have a good link which explains the upgrade (explain the new
|
| Enable a button via javascript with PostBackUrl set -> the postbackurl doesn't work | 04 Mar 2008 09:23 GMT | 2 |
Why a button enabled via javascript don't post to a page to the url set in PostBackUrl property? thank you all Fabio
|
| Sending Mails to external domains in .net 1.1 | 04 Mar 2008 09:13 GMT | 3 |
I have been searching the net but couldnt find a solution to my problem of sending emails to external domains in Asp.net 1.1. I am not getting any error and the Mail Send message returns 1 or success but the mail doesnt go. I am using the Mail Server as the
|
| Ajax DropDown control | 04 Mar 2008 05:05 GMT | 4 |
Does anyone know of OpenSource .NET 2.0 ajax dropdown box with typeahead feature and ability to load only X amount of items? I have over 20,000 names in a database table which I would like to allow user to select from a dropdown box, but I don't want to load all of them at one ...
|
| find similar content | 04 Mar 2008 04:44 GMT | 9 |
Im writing a forum app. I would like to know what are some ways to find posts with similar content to a selected post. (match certain important keywords, but not all words) what is the easiest way to do this? and
|
| Referencing external js scripts with Ajax | 04 Mar 2008 00:49 GMT | 1 |
Hi, I have a series of external js files (tiny mce, ..) and plan on adding some Ajax (Ajax tool kit) to parts of the site. Question: Must these js files be embedded in the script manager or can still they be referenced in a page via the
|
| Inserting a command into a database | 03 Mar 2008 23:06 GMT | 1 |
I have the following method. HOw do I performe the task to the table in the database? protected void FormView1_PageIndexChanging(object sender, FormViewPageEventArgs e)
|
| problem with web.config when using roles | 03 Mar 2008 22:22 GMT | 2 |
When the application doesn't use Roles, this configuration (web.config) works: <configuration> <connectionStrings>
|
| HTTP/1.1 500 Internal Server Error / Unable to start debugging | 03 Mar 2008 21:54 GMT | 2 |
I'm receiving the error: Error while trying to run project: Unable to start debugging on the web server. This started when I installed VS 2008. I've been running 2003 and 2005 side
|