| Thread | Last Post | Replies |
|
| Looking for grid component that view/edits sql server tables. | 17 Aug 2007 20:15 GMT | 1 |
We need to develop a user control that extend GridView to be able to view/edit database tables. The components should have parameters for TableName and ConnectionString, then shows the records and allow users edit, delete or update records.
|
| SqlSiteMapProvider question for menu control | 17 Aug 2007 20:10 GMT | 2 |
I need to translate thi control into vb.net code and i'm having a little trouble. (by the way, i love the example) Specificly I'm not sure how to translate this statement:
|
| form based authetication not work after copying them to rebuilt se | 17 Aug 2007 19:10 GMT | 4 |
Database and OS are same for both machines: SQL Server 2000 and Windows 2000 server. It worked very well for old machine. But I have copied them to the new machine and config IIS's Directory
|
| Problem with dataset and ajax | 17 Aug 2007 17:51 GMT | 2 |
I have a dataset, dinamically I create a table and fill them with data, then I add the table to the dataset, The dataset is stored in a session variable. Later When I access the dataset from the session variable I lost all
|
| Using SQL 2005 Appicatioin Roles with ASP.NET 2.0. | 17 Aug 2007 17:47 GMT | 2 |
I can not understand how to use SQL2005 Appicatioin Roles (AR) with ASP.NET 2.0? The tricky thing here is that you have to set up your connection string to use integrated authentication (otherwise you lost auditing ability of Application Role). OK. After you set up AR in SQL
|
| Pass TextBox Value To Paypal Cart | 17 Aug 2007 17:41 GMT | 2 |
I would like to pass the value of textbox1 to the item_name value in the paypal cart. Can someone help me modify the code to obtain this goal? Thanks
|
| Sub domain creation.... | 17 Aug 2007 17:17 GMT | 1 |
Hi there,, I want to create subdomains from my web page automatically...in most of website,when u registered with them,they give a sub domain.
|
| Text box on same line as Radio Buttons | 17 Aug 2007 17:17 GMT | 2 |
Using ASP.Net1.0 How can I get "Type of degree" and the following text box on the same line as the radio buttons for "CollegeCompleted"? I have tried <div style="float:left">, which works well for me in other
|
| Master pages | 17 Aug 2007 17:16 GMT | 3 |
How do I pass user defined data between a content page and a master page? My content page needs to change the menu options in my masterpage.
 Signature Arne Garvander
|
| allow multiple row selection in gridview | 17 Aug 2007 17:03 GMT | 2 |
On my web form I need to allow the users to select mulitple rows within and then click delete, is there a way to allow for multi row selections and then get each row id so then can delete all the selected rows?
|
| Best ways to translate characters/entities for javascript use and for e-mail | 17 Aug 2007 16:46 GMT | 2 |
Overview: I want to know the best/easiest way to make arbitrary text data safe for programmatic insertion into javascript. Detail: I'm plotting database data onto maps by looping through my records, building up a javascript statement using stringbuilder, and injecting that
|
| Help! Cannot login using IE but can using FF | 17 Aug 2007 16:33 GMT | 3 |
I am really stumped on this one.... I have a .net site that uses the default login controls to have users login. I recently made changes to the site (just look and feel) and now I cannot login using IE but still can using FF.
|
| Inserting into two tables | 17 Aug 2007 16:27 GMT | 2 |
how do I set up a stored procedure to insert into two tables. This is what I have thus far... I want the quesid from the QuesNAns table to go into the Requestors table Getting an error message that I must declare the QuesID but
|
| Selecting DDL item based on TEXT? Why isn't this working? | 17 Aug 2007 16:15 GMT | 4 |
I have a DDL list along these lines: item value="1" text="a" item value="2" text="b" item value="3" text="c"
|
| Looping Grid | 17 Aug 2007 16:08 GMT | 2 |
Hi, I have a grid with a template column wich is a TextBox, how can I retrieve the values typed by the user? I tried the code below but it always returns empty string: for (int i = 0; i < grdDocs.Rows.Count; i++)
|