Forum: ASP.NET Aug 5th, 2006 |
| Replies: 0 Views: 1,214 hi... anyone know how to add a textbox into a gridview dynamically?
can u just write a simple code how to accomplish that? only how to add the textbox in the gridview |
Forum: ASP.NET Jul 29th, 2006 |
| Replies: 6 Views: 13,919 all i want is to load that label into the grid view :( |
Forum: ASP.NET Jul 29th, 2006 |
| Replies: 6 Views: 13,919 Finally its done.. PARTIALLY
seems like there is one problem left... can anyone help me with?
i did this:
Dim LB as new Label
Dim TR as new TableRow
Dim TC as new TableCell
Dim DT as... |
Forum: ASP.NET Jul 26th, 2006 |
| Replies: 6 Views: 13,919 it didnt work i dont know why.. always give me an error out of range whats the problem? |
Forum: ASP.NET Jul 23rd, 2006 |
| Replies: 6 Views: 13,919 hi ChimpusDupus
am using vb.net.. i didnt try your method yet but i will and i'll tell you the results
thank you very much :) |
Forum: ASP.NET Jul 19th, 2006 |
| Replies: 6 Views: 13,919 hi
how can i add controls to a gridview at runtime? anyone knows? |
Forum: ASP.NET Jul 8th, 2006 |
| Replies: 4 Views: 1,388 anyone knows how to do it? |
Forum: ASP.NET Jul 3rd, 2006 |
| Replies: 4 Views: 1,388 hi paladine
you are mistaken its not that i want u to do my work :)
i know how to add the control at runtime
the main point here is how to load the control in the second column of the... |
Forum: ASP.NET Jul 2nd, 2006 |
| Replies: 4 Views: 1,388 huh??!!!!! no one knows??? could it be????? |
Forum: ASP.NET Jul 1st, 2006 |
| Replies: 4 Views: 1,388 hi all
now this is something hard and i hope that someone knows how to do it
lets say that i have a table in the database named "Test"
the table contains this data
... |
Forum: ASP.NET Jun 26th, 2006 |
| Replies: 8 Views: 1,673 thx paladine am going though the site |
Forum: ASP.NET Jun 24th, 2006 |
| Replies: 8 Views: 1,673 hi sorry to be late i didnt have time check the site...
Campkev:
that was the first thing i did...i search in the master and the other database but i didnt find the table i created.... |
Forum: ASP.NET Jun 22nd, 2006 |
| Replies: 8 Views: 1,673 hi embeza
thx for replying to me... i appreciate your helping
but there is no need for conn.open() and conn.close() because when you use the dataset its automatically open the connection and... |
Forum: ASP.NET Jun 22nd, 2006 |
| Replies: 8 Views: 1,673 hi... i create a new table with this code
Dim SQLCreate As New SqlCommand
Dim Conn As New SqlConnection
Dim DA As New SqlDataAdapter
Dim DS As New Data.DataSet
'Create DB
... |
Forum: ASP.NET Jun 21st, 2006 |
| Replies: 3 Views: 1,912 Thanks alot it works with me now :D |
Forum: ASP.NET Jun 19th, 2006 |
| Replies: 3 Views: 8,576 hi paladine
thx for your replying i appreciate it so much... and thx for your advices i will take them in consideration and i'll go through the tutorials am sure that they will help me alot...
... |
Forum: ASP.NET Jun 18th, 2006 |
| Replies: 3 Views: 8,576 hi all
i write this code
Protected Sub btnCreate_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles btnCreate.Click
Dim SQLCreate As New SqlCommand
Dim... |
Forum: ASP.NET Jun 12th, 2006 |
| Replies: 0 Views: 2,481 hello
i have a menu and IFrame in the page... i want another page to open in the iframe when i click any title in the menu...anyone know how? |
Forum: ASP.NET Jun 12th, 2006 |
| Replies: 3 Views: 1,912 hi
i want to insert the current date and time in the sql server database... but i dont know how or what is the formulla exactly..i tried several time but all failed...
basicly what i want is... |
Forum: ASP.NET Jun 11th, 2006 |
| Replies: 5 Views: 3,285 thanks alot for ur help :) i got the points |
Forum: ASP.NET Jun 10th, 2006 |
| Replies: 5 Views: 3,285 hmmmm...not that clear
but ok
the thing is i am using VS VB.net 2005 and am using normal text box and label for validation i didnt go for "validation Control" coz i feel am more flexible this... |
Forum: ASP.NET Jun 10th, 2006 |
| Replies: 5 Views: 3,285 hi all
i want to limit the input from the user in the textbox... actually i am creating a "signup" page where the user have to type his name ,password, email, etc...
the problem is i want an... |