Forum: ASP.NET 23 Days Ago |
| Replies: 2 Views: 225 Hi alll......
i am trying out a login form where in which i have multiple users... i have redirect each user to differnt pages.....
....but im stuck in the middle....... please help me... |
Forum: ASP.NET 27 Days Ago |
| Replies: 3 Views: 307 hi sreevidya.........
could u please tell us more abt wat ur expecting? |
Forum: ASP.NET Aug 12th, 2009 |
| Replies: 6 Views: 474 My tables--sql serverdb
Loc_mast(table1)
Slno int (Slno(genertes automatically)(PK)
Loc(PK) navarchar2
Loc_det(table2) |
Forum: ASP.NET Aug 11th, 2009 |
| Replies: 6 Views: 474 data is not binding into dropdownlist......
its completely left blank................. |
Forum: ASP.NET Aug 10th, 2009 |
| Replies: 6 Views: 474 hi kameshwari,
thank u....but i have set the autopostback properties of all dropdownlists to "TRUE" and writen the code in the select-indexchanged event.
But ten too,,...its no working,if i... |
Forum: ASP.NET Aug 7th, 2009 |
| Replies: 6 Views: 474 Creating Dependent DropDownLists...
Forcing the contents of one DropDownList to change based upon the selection of a value from another DropDownList.
How can do so in C#(Asp.net)
i have kept... |
Forum: ASP.NET Aug 6th, 2009 |
| Replies: 3 Views: 237 Thanks Scott,for the idea but.....
i have a dropdownlist into which i am inserting records.....which should not be duplicated either in database or in dropdownlist
My code is in C# with sql... |
Forum: ASP.NET Aug 6th, 2009 |
| Replies: 3 Views: 237 asp.net c# sql server
I have a web form that I use to insert data into a sql database. I want to know how to prevent inserting duplicate records into the database. Thanks.
Ichu |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 12 Views: 1,363 hello someone thre to help please............
still stuck in the code,which updates only the first record!!!!!!!!!!!!! |
Forum: ASP.NET Jun 24th, 2009 |
| Replies: 12 Views: 1,363 Bind:
SqlConnection con1=new SqlConnection(@"Server=sqloledb.1;User ID=sa;password=;Data Source=IRID_BDC1;Initial Catalog=Nisha");
con1.Open();
SqlCommand cmmd=new SqlCommand("Select * from ... |
Forum: ASP.NET Jun 24th, 2009 |
| Replies: 12 Views: 1,363 "...updates only the first record in db"
:( |
Forum: ASP.NET Jun 24th, 2009 |
| Replies: 12 Views: 1,363 structure of Loc_mast(SQL SERVER)
Colname Datatype length
Slno int 4(generated automatically-(*identity)
Loc_no nvarchar 50
ICHU |
Forum: ASP.NET Jun 22nd, 2009 |
| Replies: 12 Views: 1,363 :'( ..Still not working
.....Im using 2 radio buttons one to add and nther to edit
if i switch from one button to another,the datas are not gettng inserted to sql db
......the same the case... |
Forum: ASP.NET Jun 17th, 2009 |
| Replies: 12 Views: 1,363 ...hope some body can help me resolve the problem....where i have to update a particular data ,
the datas are retreived from the db using a dropdownlist,selected data are updated inside a... |