Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for infinity4ever
Member Avatar for venu.net143
0
81
Member Avatar for infinity4ever

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

0
127
Member Avatar for infinity4ever

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 [B][COLOR=#000000]Question_____________________Type[/COLOR][/B] [COLOR=#000000]What is your name? ________________[/COLOR][COLOR=#000000]Txt[/COLOR] [COLOR=#000000]How are you?______________________[/COLOR][COLOR=#000000]Rad[/COLOR] the webform has only a Button named …

Member Avatar for infinity4ever
0
88
Member Avatar for infinity4ever

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 SQLCreate.CommandText = "CREATE TABLE test (ID integer NOT NULL)" SQLCreate.Connection = Conn Conn.ConnectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\RBD.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" …

Member Avatar for infinity4ever
0
287
Member Avatar for infinity4ever

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 when someone log in the site with the membership the session("Date") will be …

Member Avatar for infinity4ever
0
141
Member Avatar for infinity4ever

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 Conn As New SqlConnection Dim DA As New SqlDataAdapter Dim DS As New Data.DataSet 'Create DB SQLCreate.CommandText = "CREATE TABLE test " SQLCreate.Connection = Conn Conn.ConnectionString …

Member Avatar for campkev
0
94
Member Avatar for infinity4ever

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?

0
62
Member Avatar for infinity4ever

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 error to be displayed on a label when the user type nothing …

Member Avatar for infinity4ever
0
211