Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

7 Posted Topics

Member Avatar for bibiki
Member Avatar for tirumal

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) & ")"

Member Avatar for raficomps
0
2K
Member Avatar for supastar.sp
Member Avatar for JorgeM
0
134
Member Avatar for geetajlo

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 = …

Member Avatar for nduduzo
0
202
Member Avatar for nduduzo

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 …

Member Avatar for JorgeM
0
160
Member Avatar for nduduzo

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 …

0
70
Member Avatar for nduduzo

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 …

0
69

The End.