Validate Only Numeric Value Enter In TextBox Using JavaScript function
Firstly Write Java Script Function in <head tag> in Asp.Net
After That Call Function <OnKeyPress > on TextBox
Ex.
<head>
<script type="text/javascript">
...
We Use This Function and Get Values .Values split With Comma Operator and Get Split Values
Ex.
CREATE function [dbo].[SplitPra] ( @list varchar(8000) ) returns @t table ...
Basically We Use Split Function Thorugh Commma Sepertaed string value with Comma Means One Then more value through split function Enter and Fatch Single Values in A new Record
Ex.
Create procedure CommaSeperate
@st1...
We Count HowMany Words Present in This String Through Function in Sql Server
Then Use This Code
CREATE FUNCTION fnCountOccurences
(@ShortString VARCHAR(100),
...
We Want To Reset Identity Column Then Use Code.If We Delete column By Id Like We delete 5 no id and
After Than we Insert New then We get 6 no Id .We Show Data 1 to 4 id then 6 because 5 no id We Deleted Then Use Code and Get 5 id In Example-
Example-
SELECT...
MultiView and View controls allow you to divide the content of a page
into different groups, displaying only one group at a time. Each View
control manages one group of content and all the View controls are held
together in a MultiView...