TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
suchi rana
NA
18
31k
How to insert a gridview values into DB
Jan 3 2012 2:10 AM
Hi All,
I need to insert the gridview row values into DB.
this is my Gridview******************
<
asp:GridView
ID
="
GrdOptions"
runat
="
server"
AutoGenerateColumns
="
False"
Width
="
212px"
ShowHeader
="
False"
>
<
Columns
>
<
asp:TemplateField
>
<
ItemTemplate
>
<
asp:TextBox
ID
="
txttask"
runat
="
server"
CssClass
="
Text"
MaxLength
="
500"
Width
="
350px"
>
<
/
asp:TextBox
>
<
/
ItemTemplate
>
<
/
asp:TemplateField
>
<
asp:TemplateField
>
<
ItemTemplate
>
<
asp:TextBox
ID
="
txthrs"
runat
="
server"
CssClass
="
Text"
MaxLength
="
500"
Width
="
80px"
>
<
/
asp:TextBox
>
<
/
ItemTemplate
>
<
/
asp:TemplateField
>
<
/
Columns
>
<
/
asp:GridView
>
***************************************************
i need to check the each row that how many rows have tha values based on this only i need to insert only that row has value.
Thanks in advance
Reply
Answers (
2
)
Webservice problem
Webservice and callbackfunction??