blah blah blah is here! blah blah » Close

0
votes
1 answers

DropDownList First Item is blank

- I have a Table T (col1,col2): col1 is the primary key - I have a DropDownList Ddl which is linked dynamically to the table T: DataValueField is col1, DataTextField is col2 The Question is how can I manage to print blank instead ...

0
votes
1 answers

2 cols into a DropDownList

How can one display the content of 2 columns (from a database table) into a DropDownList?

0
votes
0 answers

DropDownList

Use asp.NET and I'm Learning the web forms. PC with OS Windows XP DBMS = sql server 2k . I have a problem using the DropDownList Control. Step 1: ======= I have a table : myTable(id int not null, name varchar(40) ) (the id is a ...

0
votes
1 answers

Document word in sql server 2k db

Hello folks, I'm new in this site. I've got an sql server 2k database. My OS is Windows XP. I'm working on Web Forms with ASP.NET. I've got a table named "Documents" which has a column named "Doc" with "image&qu ...

Feedback