Forum: ASP.NET May 3rd, 2007 |
| Replies: 2 Views: 783 thanks a lot
I can solve it already
Hoorey! |
Forum: ASP.NET May 3rd, 2007 |
| Replies: 2 Views: 783 Hi! I have some project to send my boss tomorrow, but I can't solve it by myself. I try to solve it for a long time. but I still can't.
I have a gridview to retrieve some data from database to... |
Forum: ASP.NET May 9th, 2006 |
| Replies: 5 Views: 3,256 thank you for your kindness. ^^ |
Forum: ASP.NET May 9th, 2006 |
| Replies: 1 Views: 8,010 I can solve it already...
With add a blank row in the dataset with SQL Command (Union)
a blank Row will be shown in the first index of dropdownlist
^^
Thanks to see My Prob |
Forum: ASP.NET May 9th, 2006 |
| Replies: 1 Views: 8,010 I've got the dropdownlist that has datatextfield from dataset from database.
And i've the problem with my dataset
If i have 1 row in dataset. My dropdownlist will have one item too.
And i query... |
Forum: ASP.NET May 9th, 2006 |
| Replies: 1 Views: 2,245 I guess ...
Dropdownlist could have only one text datafield.
Your sql command have 3 columns in one row not one column
name | surname | age
sorgu = New SqlCommand("SELECT name, surname, age... |
Forum: ASP.NET May 9th, 2006 |
| Replies: 1 Views: 17,725 Dim strConn As String = "Provider=SQLOLEDB.1;Password=xxxx;Persist Security Info=True;User ID=xxx;Initial Catalog=Your database name;Data Source=Your server Name"
Dim strsql As String =... |
Forum: ASP.NET May 8th, 2006 |
| Replies: 5 Views: 3,256 Thanks a lot for your answer.
I use a session to keep my choice in page load
And could you tell me
What EnableViewState work for ? |
Forum: ASP.NET Apr 18th, 2006 |
| Replies: 5 Views: 3,256 I'm a newbie and I've got some problem with my project.
Here's my prob.
I have 2 pages.
First page I have 2 dropdownlist, months and years, and some radio button.
Second page I have... |