- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Greetings, it's easy just make your texarea a server control like this <textarea id="t1" runat ="server" /> and please remove "rows" and "col" and your code should look like this str = "insert into tbl_emps(empname,empsal,desgid) values('" & t1.value & "'," & (t2.value) & "," & (t3.value) & ")"
I can write a vb.net app for you, do you want it? if u can convert it > ave acce
is this code applicable to OleDb? because i've tried it Substituting with OleDb, but it seems not to work. here is my code including myDataConnectio. plz help agentely im in a tight position [code]Protected Sub txtSearch_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtSearch.Click Dim sql As String = …
Hi Guys please help, i've places a asp:button with a code behind on a slideshow and it doesn't work; i've set my slideshow*** Autoplay:false;*** but everytime clicking my button it doesn't fire the code behind, instered it disables **Autoplay to True** please help This is my vb.net Code behind the …
Guys, i want to obtain a label value that is within a datagrid; please have a look at the code bellow, and it gives me an NullRefException"Object reference not set to an instance of an object.": [CODE]Dim title As String=(DirectCast(VideoDetailsView.FindControl("lblTitle"), Label).Text())[/CODE] here is my, Data calling and asp.net code (Data …
hi there could you please help it's agent, i'm doing search button my code gives me this erro 'CurrentPageIndex' is not a member of 'System.Web.UI.WebControls.GridView'. here is my code [code] Private Sub txtSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtSearch.Click BindData() End Sub Private Sub BindData() Dim connection …
The End.