Forum: ASP.NET Oct 17th, 2008 |
| Replies: 1 Views: 421 Hai ,
Im working with Asp.Net2003...I have fetched the data's in a onedatatable and assigned it to a dropdownlist....but if i select an item in the dropdownlist and give a button click it... |
Forum: ASP.NET Sep 9th, 2008 |
| Replies: 0 Views: 392 How to use javascript codings in Asp.net page when ths script language already being declared is VB.If i replace VB as javascript in script tag VB sources get disabled.Tell me an option to use both... |
Forum: ASP.NET Sep 9th, 2008 |
| Replies: 3 Views: 386 Yes , i installes .net framwork..
And dreamweaver also having ASP.NET path
The error is only on
**The tag:"script" dosent have an attribute:"runat" in currently active version.[HTML4.0]**
... |
Forum: ASP.NET Sep 9th, 2008 |
| Replies: 3 Views: 386 Yes , i installes .net framwork..
And dreamweaver also having ASP.NET path
The error is only on
**The tag:"seript" dosent have an attribute:"runat" in currently active version.[HTML4.0]**
... |
Forum: ASP.NET Sep 8th, 2008 |
| Replies: 3 Views: 386 My 1st aspx Program...
I creat an aspx coding , when i m run in dreamweaver 8 ,
it showing error ...below
**The tag:"seript" dosent have an attribute:"runat" in currently active... |
Forum: VB.NET Sep 1st, 2008 |
| Replies: 3 Views: 1,088 Private Sub btnadd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnadd.Click
Dim con As System.Data.SqlClient.SqlConnection
Dim cmd As New... |
Forum: VB.NET Aug 30th, 2008 |
| Replies: 3 Views: 1,088 yes , Can you hepl me hoe to creat? |
Forum: MS SQL Aug 30th, 2008 |
| Replies: 2 Views: 1,707 Select*from (Tablename) Where (Colom) ," " |
Forum: VB.NET Aug 29th, 2008 |
| Replies: 0 Views: 593 I m useing this below Cods, But its not working .....
Private Sub btnadd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnadd.Click
Dim con As... |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 0 Views: 426 We are using 4 systems ..... system1 is only having SQL Server , in my system i m having setup for SQl , How can i register my system??????
i did the following things...
Start >>> Programs ... |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 0 Views: 740 How to Connect VB.net 2003 with MS Access 2003????????? |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 3 Views: 1,088 I m using LAN Connection,My system used as remot ,
When i going to run , my system become HANG!!!
i m doing VB.Net Programs , using sql2000 backend
What shoud i do ???
Can u help... |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 6 Views: 712 I m using LAN Connection,My system used as remot ,
sometime system become HANG
What shoud do ???
Some times my system Hang !!!! |
Forum: VB.NET Aug 27th, 2008 |
| Replies: 6 Views: 712 Thank you....
But .,
I m using LAN Connection,My system used as remot , i tryed this aslo showing error ,
sometime system become HANG
What shoud do ???
Some times my system Hang !!!! |
Forum: VB.NET Aug 27th, 2008 |
| Replies: 6 Views: 712 |
Forum: VB.NET Aug 27th, 2008 |
| Replies: 6 Views: 712 Private Sub btnadd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnadd.Click
Dim constr As String
Dim Sql As String
Dim red As String
... |
Forum: VB.NET Aug 27th, 2008 |
| Replies: 6 Views: 712 Hi
I m new to Vb.net. i need to Know anout the ConnectionString Details,.
For eg.
First Name
Last Name
PH Number
Use this 3 datas to save Sql.
plz give me the Coding for this ... |
Forum: VB.NET Aug 27th, 2008 |
| Replies: 7 Views: 887 Hi
Can you please Help,. I want to make a contact details Between VB.Net2003 And Sql2000 ? That will allow save contact details
First Name
Last Name
PH Number
For eg. plz give me the... |
Forum: VB.NET Aug 27th, 2008 |
| Replies: 8 Views: 691 Use "click event"
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Form2.show()
End Sub |
Forum: VB.NET Aug 27th, 2008 |
| Replies: 1 Views: 279 Hi Everyone ,
Whats the conectionstring Vb.net2003 with Sql2000..?
Private Sub btnadd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnadd.Click
Dim constr As... |