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
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Verygoodguy

I have created a table in sql server, an insert stored procedure, a aspnet webform with 5 text boxes to edit the parameter values, a label to display the output identity value from scope identity and another label to display the inserted or not inserted report from the execution of …

Member Avatar for sheejo.apsalone
0
3K
Member Avatar for Verygoodguy

I have a gridview(Gridview1) that has 5 columns as below: 1. The 1st column is databound. It binds to a “CustomerID” column of SQL Server customers table; 2. The 2nd column is databound. It binds to a “CustomerName” column of SQL Server customers table; 3. The 3rd column is databound. …

Member Avatar for kvprajapati
0
113
Member Avatar for Verygoodguy

I have a gridview1 that displays customers with their codes. The gridview contains 3 columns: The 1st contains an item tamplate with radiobutton(radioButton1) in it. The 2nd is a bound column that binds with CustomerID column of sql Customers table. The 3rd is a bound column that binds with CustomerFullName …

Member Avatar for hericles
0
346
Member Avatar for Verygoodguy

I have an sql table that stores English words and second table that stores meanings of those words in related maner. Here are some informations about table structures: Table1 name: Words WordID int IDENTITY(1,1) NOT NULL, //This is primaryKey Word varchar(50) NOT NULL, Table2 name: Meanings MeaningID int IDENTITY(1,1) NOT …

Member Avatar for codemasters
0
142
Member Avatar for Verygoodguy

All I want is to click the raddiobutton1 and have my application set Image1 borderstyle solid and bordercolour to red. Can anyone show me by code using RaddioButton1 and Image1 IDs of asp.net controls?

Member Avatar for ZeroZen
0
124
Member Avatar for Verygoodguy

I have an asp.net griedview that includes a radio button. My application can sucessfully retrieve data and display it in the gridview. But when I select the radio button that corresponds to the row I want to delete and click the delete button, I get the following error: "Input string …

Member Avatar for kvprajapati
0
286
Member Avatar for Verygoodguy

I have a table that stores last name, middle name and first name. I insert values in these columns using a stored procedure. But for those whose names doesn’t have middle name like Marry Jones, Laite Manuel, etc, when I click into insert button, the stored procedure reports an error …

Member Avatar for himanshu.1691
0
143
Member Avatar for Verygoodguy

I have my web application up and running on my production server. It uses a form for logging in. But there is a little problem with some usernames that we working fine previously and suddenly stoped working. When these users try to log in the server reports that the user …

Member Avatar for Verygoodguy
0
159
Member Avatar for Verygoodguy

I have a sql table for storing unique e-mails.I need a stored procedure that could let a user that uses aspnet page to insert data know that the e-mail address already exists on a table and specify a new one. The table looks like this: EMailID int NOT NUL (1,1), …

Member Avatar for Verygoodguy
0
138