Ask a Question related to ASP.NET Building Controls, Design and Development.
-
verci #1
Newbie, how to validate data in cells in a gridview
Hi, sorry if this seems stupid. :(
How can I validate the values in each cell after editing and the update
button/link has been press?, is this done trough JS? client side?
Thanks and best regards
verci Guest
-
Newbie, how to check if a value in a gridview cell already exist in database
Hi I've the following dataset bound to my gridview <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$... -
Newbie, add a button to gridview footer
Hi Can anyone help me or point me in the right direction, I'm running Win XP Pro SP2, VS2005 Team, .Net Framework 2.0 and SQL Server2005. I... -
Newbie, adding a row to Gridview in VB
Hi Can anyone help me or point me in the right direction, I'm running Win XP Pro SP2, VS2005 Team, .Net Framework 2.0 and SQL Server2005. I... -
Newbie, gridview problem Asp.net 2005
Hi Can anyone help me I'm running Win XP Pro SP2, VS2005 Team, .Net Framework 2.0 and SQL Server2005, I can't delete records using the gridviews... -
Plz Help---GridView and Cells text
Hi, I have a TreeView and a GridView in my UI. On a "CheckChanged" event of tree, I do the following GridView1.Rows.Cells.Text = e.Node.Text; ... -
Gaurav Vaish \(www.EduJini.IN\) #2
Re: Newbie, how to validate data in cells in a gridview
Use EditItemTemplate and have validator(s) for each control!
--
Happy Hacking,
Gaurav Vaish | [url]http://www.mastergaurav.com[/url]
[url]http://www.edujini.in[/url] | [url]http://articles.edujini.in/webservices[/url]
-------------------
"verci" <iodataser@yahoo.com> wrote in message
news:uSfdYZ5zGHA.1292@TK2MSFTNGP03.phx.gbl...> Hi, sorry if this seems stupid. :(
>
> How can I validate the values in each cell after editing and the update
> button/link has been press?, is this done trough JS? client side?
>
> Thanks and best regards
>
Gaurav Vaish \(www.EduJini.IN\) Guest
-
verci #3
Re: Newbie, how to validate data in cells in a gridview
Once again many thanks!!!
"Gaurav Vaish (www.EduJini.IN)" <gaurav.vaish.nospam@nospam.gmail.com> wrote
in message news:ul24nj8zGHA.4580@TK2MSFTNGP05.phx.gbl...> Use EditItemTemplate and have validator(s) for each control!
>
> --
> Happy Hacking,
> Gaurav Vaish | [url]http://www.mastergaurav.com[/url]
> [url]http://www.edujini.in[/url] | [url]http://articles.edujini.in/webservices[/url]
> -------------------
>
>
> "verci" <iodataser@yahoo.com> wrote in message
> news:uSfdYZ5zGHA.1292@TK2MSFTNGP03.phx.gbl...>>> Hi, sorry if this seems stupid. :(
>>
>> How can I validate the values in each cell after editing and the update
>> button/link has been press?, is this done trough JS? client side?
>>
>> Thanks and best regards
>>
>
verci Guest
-
gurujan #4
Re: Newbie, how to validate data in cells in a gridview
Hi...Friends...
The grid view table validation control is working well in the following link
http://www.aspdotnetcodes.com/GridView_Dynamic_Validation.aspxgurujan Guest



Reply With Quote

