Click here to Skip to main content
16,011,930 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionneed help with Bind in Gridview Pin
pratik malviya5-Sep-08 0:27
pratik malviya5-Sep-08 0:27 
AnswerRe: need help with Bind in Gridview Pin
ToddHileHoffer5-Sep-08 2:18
ToddHileHoffer5-Sep-08 2:18 
AnswerRe: need help with Bind in Gridview Pin
AlexeiXX35-Sep-08 13:19
AlexeiXX35-Sep-08 13:19 
QuestionChat control Pin
Ha_804-Sep-08 23:46
Ha_804-Sep-08 23:46 
AnswerRe: Chat control Pin
eyeseetee5-Sep-08 0:11
eyeseetee5-Sep-08 0:11 
Questionregular expression validator for telephone number Pin
eyeseetee4-Sep-08 23:23
eyeseetee4-Sep-08 23:23 
AnswerRe: regular expression validator for telephone number Pin
J4amieC4-Sep-08 23:37
J4amieC4-Sep-08 23:37 
GeneralRe: regular expression validator for telephone number Pin
eyeseetee4-Sep-08 23:43
eyeseetee4-Sep-08 23:43 
I used this one in the end:
(^0[1-9]\d{1}\s\d{4}\s?\d{4}$)|(^0[1-9]\d{2}\s\d{3}\s?\d{4}$)|(^0[1-9]\d{2}\s\d{4}\s?\d{3}$)|(^0[1-9]\d{3}\s\d{3}\s?\d{2}$)|(^0[1-9]\d{3}\s\d{3}\s?\d{3}$)|(^0[1-9]\d{4}\s\d{3}\s?\d{2}$)|(^0[1-9]\d{4}\s\d{2}\s?\d{3}$)|(^0[1-9]\d{4}\s\d{2}\s?\d{2}$)|^07([\d]{3})[(\D\s)]?[\d]{3}[(\D\s)]?[\d]{3}$

thanks for the post anyway.

Ive got another quick question though instead of starting anew post.
I have a dropdown which is populated from the database. however when I try and set the default value of the textbox as Select it just inserst that into the database when I use selectedvalue.
How can I set the default value of the dd to Select without entering it into the database?

thanks

The answers posted by me are suggestions only and cannot be used in anyway against me.

GeneralRe: regular expression validator for telephone number Pin
The Web Developer5-Sep-08 1:48
The Web Developer5-Sep-08 1:48 
GeneralRe: regular expression validator for telephone number Pin
eyeseetee5-Sep-08 2:37
eyeseetee5-Sep-08 2:37 
GeneralRe: regular expression validator for telephone number Pin
The Web Developer5-Sep-08 3:28
The Web Developer5-Sep-08 3:28 
QuestionRowCommand event issue in GridView Pin
trilokharry4-Sep-08 22:01
trilokharry4-Sep-08 22:01 
AnswerRe: RowCommand event issue in GridView Pin
Blue_Boy4-Sep-08 22:44
Blue_Boy4-Sep-08 22:44 
QuestionRowEditing in gridview Pin
trilokharry4-Sep-08 21:58
trilokharry4-Sep-08 21:58 
AnswerRe: RowEditing in gridview Pin
Blue_Boy4-Sep-08 22:48
Blue_Boy4-Sep-08 22:48 
GeneralRe: RowEditing in gridview Pin
trilokharry4-Sep-08 23:04
trilokharry4-Sep-08 23:04 
GeneralRe: RowEditing in gridview Pin
K V Sekhar4-Sep-08 23:07
K V Sekhar4-Sep-08 23:07 
GeneralRe: RowEditing in gridview Pin
trilokharry4-Sep-08 23:16
trilokharry4-Sep-08 23:16 
QuestionHandling browser Close (X) button Pin
K V Sekhar4-Sep-08 21:01
K V Sekhar4-Sep-08 21:01 
AnswerRe: Handling browser Close (X) button Pin
Abhijit Jana4-Sep-08 21:37
professionalAbhijit Jana4-Sep-08 21:37 
GeneralRe: Handling browser Close (X) button Pin
K V Sekhar4-Sep-08 22:37
K V Sekhar4-Sep-08 22:37 
GeneralRe: Handling browser Close (X) button Pin
K V Sekhar4-Sep-08 23:13
K V Sekhar4-Sep-08 23:13 
GeneralRe: Handling browser Close (X) button Pin
Abhijit Jana4-Sep-08 23:30
professionalAbhijit Jana4-Sep-08 23:30 
GeneralRe: Handling browser Close (X) button Pin
K V Sekhar4-Sep-08 23:44
K V Sekhar4-Sep-08 23:44 
GeneralRe: Handling browser Close (X) button Pin
K V Sekhar5-Sep-08 1:01
K V Sekhar5-Sep-08 1:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.