No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hi all, I am new to asp.net programming and i have to design a website which should accept values from the user and store it in the databse on a button click event. I am not able to do it In fact i have written a code for button click … | |
Hi all, I am new to asp.net programming and i have a 2 queries : I am using a web form to allow the user to enter values into a database and i am successful in performing this task. now i have another form for retrieving values from the database … | |
Hi all, I am new to asp.net programming and i dont know how to add a master page to an existing website. I have created 3 webpages and i have to make these pages as child pages in the master page that i have added. Any suggestions or help please … | |
Hi all, I am unable to write the code for EXIT button like displaying a message box for confirmation and if user clicks on OK then the application should be closed and if the user selects CANCEL then he should be in the same page.. I tried using Me.Close() but … | |
Hi all, I am new to sql programming, How can we copy a database from a local system to server? Thanks in advance, karthik. | |
Hi all, I am new to Asp.net programming and i have a requirement to retrieve the values from the database and allow the user to edit the values and then save back thechanged values. I have written the code for saving the form fields values to a database but now … | |
Hi all, I am trying to select a value from drop down list and if the value is NewDepartment then a text box should be visible for adding a new value and that value must be populated in the drop down list also if the user selects the new value … | |
Hi all, I am new to asp.net programming and i am using asp.net calender control the code tht i am using is [CODE]Protected Sub btn_dob_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btn_dob.Click Try If (txt_dob.Text.Trim() IsNot DBNull.Value) Then Calender2.SelectedDate = Convert.ToDateTime(txt_dob.Text) End If Catch ex As Exception End … | |
Hi all, I am new to asp.net programming and i have to create a calendar control that displays 3 drop down lists for day month and year resply. But i am not able to do it since i dont know client side programming for asp.net any help or suggestion is … |
The End.