Click here to Skip to main content
15,912,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: not able to write to file in asp.net. Pin
rama charan21-Dec-06 6:48
rama charan21-Dec-06 6:48 
QuestionT-SQL transaction vs ADO.NET transactions Pin
Dinuraj21-Dec-06 1:28
Dinuraj21-Dec-06 1:28 
AnswerRe: T-SQL transaction vs ADO.NET transactions Pin
Pete O'Hanlon21-Dec-06 2:06
mvePete O'Hanlon21-Dec-06 2:06 
Questionhow to encrypt password in web.config? Pin
samerh21-Dec-06 1:23
samerh21-Dec-06 1:23 
AnswerRe: how to encrypt password in web.config? Pin
Sebastian M21-Dec-06 2:25
Sebastian M21-Dec-06 2:25 
AnswerRe: how to encrypt password in web.config? Pin
enjoycrack21-Dec-06 19:23
enjoycrack21-Dec-06 19:23 
QuestionRequiredfieldValidator Pin
smruti_ranjan21-Dec-06 1:13
smruti_ranjan21-Dec-06 1:13 
AnswerRe: RequiredfieldValidator Pin
MY120121-Dec-06 9:19
MY120121-Dec-06 9:19 
Hello.

Do you have another "TextBox1" somewhere on your page? Perhaps in the Master page itself? If so - ASP.NET renames the controls in order to get a unique ID. It should automatically rename your RequiredFieldValidator1 reference to the control as well. But perhaps this does not happen as expected. Anyway you should go check it out. I've found the best way to debug this, is to try and rename your control to something logic eg. "txtName" - that way you ensure, that you decide the names, and not Visual Studio, because, well, it's best the other way around. Wink | ;-)

Best Regards
Soeren
QuestionRegular Expression needed... Pin
just3ala221-Dec-06 0:59
just3ala221-Dec-06 0:59 
AnswerRe: Regular Expression needed... Pin
smruti_ranjan21-Dec-06 1:31
smruti_ranjan21-Dec-06 1:31 
AnswerRe: Regular Expression needed... Pin
samerh21-Dec-06 1:38
samerh21-Dec-06 1:38 
GeneralRe: Regular Expression needed... Pin
just3ala221-Dec-06 1:49
just3ala221-Dec-06 1:49 
GeneralRe: Regular Expression needed... Pin
samerh21-Dec-06 1:56
samerh21-Dec-06 1:56 
GeneralRe: Regular Expression needed... Pin
just3ala221-Dec-06 2:04
just3ala221-Dec-06 2:04 
QuestionHow to display the previously hidden form in C# Pin
NK721-Dec-06 0:27
NK721-Dec-06 0:27 
AnswerRe: How to display the previously hidden form in C# Pin
Eduard Keilholz21-Dec-06 3:43
Eduard Keilholz21-Dec-06 3:43 
QuestionHow to send multiple attachments through smtp mail server Pin
eswarattaluri20-Dec-06 23:16
eswarattaluri20-Dec-06 23:16 
AnswerRe: How to send multiple attachments through smtp mail server Pin
Guffa20-Dec-06 23:28
Guffa20-Dec-06 23:28 
Questioncrystal Report for unlimited collumn Pin
ptvce20-Dec-06 22:44
ptvce20-Dec-06 22:44 
AnswerRe: crystal Report for unlimited collumn Pin
Shajeel20-Dec-06 23:22
Shajeel20-Dec-06 23:22 
QuestionGrid Events Pin
PavanPareta20-Dec-06 22:40
PavanPareta20-Dec-06 22:40 
QuestionDatabase Problem Pin
ADY00720-Dec-06 22:38
ADY00720-Dec-06 22:38 
AnswerRe: Database Problem Pin
_AK_20-Dec-06 22:41
_AK_20-Dec-06 22:41 
AnswerRe: Database Problem Pin
J4amieC20-Dec-06 23:13
J4amieC20-Dec-06 23:13 
QuestionGridView Filtering? Pin
aspnu20-Dec-06 21:45
aspnu20-Dec-06 21:45 

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.