Click here to Skip to main content
15,889,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: COM Retrieving error Pin
karam chandrabose8-Dec-06 5:10
karam chandrabose8-Dec-06 5:10 
GeneralRe: COM Retrieving error Pin
R.Palanivel8-Dec-06 19:53
R.Palanivel8-Dec-06 19:53 
QuestionUnique user control Pin
Hans Ruck8-Dec-06 2:11
Hans Ruck8-Dec-06 2:11 
AnswerRe: Unique user control Pin
ednrgc8-Dec-06 2:56
ednrgc8-Dec-06 2:56 
GeneralRe: Unique user control Pin
Hans Ruck8-Dec-06 3:02
Hans Ruck8-Dec-06 3:02 
Questionvalidation controls are not working at all Pin
yogita charhate8-Dec-06 0:35
yogita charhate8-Dec-06 0:35 
GeneralRe: validation controls are not working at all Pin
MoustafaS8-Dec-06 1:31
MoustafaS8-Dec-06 1:31 
GeneralRe: validation controls are not working at all Pin
yogita charhate8-Dec-06 2:05
yogita charhate8-Dec-06 2:05 
thank you for replying
I'm sending related code which is part of .aspx file .

It is as follows:




         CONTACT US



<asp:label id="lblcontactus" runat="server" cssclass="largetext" style="font-size: 16pt;left:30px; position: relative; top:18px; z-index: 100;">Oh how we'd love to here from you dahling!
<asp:requiredfieldvalidator id="RFVSender" runat="server" controltovalidate="txtfrom"
="" display="None" errormessage="Enter your name" style="z-index: 101; left: 392px;
position: absolute; top: 48px">
<asp:validationsummary id="VSContactDlx" runat="server" height="32px" showmessagebox="True"
="" showsummary="False" style="z-index: 106; left: 440px; position: relative; top: 152px" width="216px">
<asp:regularexpressionvalidator id="REVSender" runat="server" errormessage="Enter name correctly(only letters)"
="" style="z-index: 103; left: 416px; position: relative; top: -6px" controltovalidate="txtfrom" display="None" validationexpression="[a-zA-Z\s\.\']+[\s]*">
<asp:requiredfieldvalidator id="RFVEmailId" runat="server" controltovalidate="txtEmailaddress"
="" display="None" errormessage="Enter email address" style="z-index: 104; left: 408px;
position: relative; top: -54px">
<asp:regularexpressionvalidator id="RevEmailid" runat="server" controltovalidate="txtEmailaddress"
="" display="None" errormessage="RegularExpressionValidator" style="z-index: 105;
left: 280px; position: relative; top: -14px" validationexpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">
<asp:label id="lblfrom" runat="server" text="FROM" cssclass="smalltext" style="left: 32px; top: -31px; position: relative; z-index: 100;" height="16px" width="51px">
<asp:label id="lblEmail" runat="server" cssclass="smalltext" style="left: 187px; position: relative; top: -32px; z-index: 101;" text="EMAIL ADDRESS" width="164px">
<asp:textbox id="txtEmailaddress" runat="server" height="23px" style="left: 18px; position: relative;
top:-5px; z-index: 102;" width="243px" tabindex="2">


<asp:textbox id="txtfrom" runat="server" style="left: 31px; position: relative; top: -36px; z-index: 104;" height="23px" width="194px" maxlength="50" tabindex="1">
<asp:label id="lblsubject" runat="server" text="SUBJECT" cssclass="smalltext" style="left: 33px; top:-10px; position: relative; z-index: 100;" height="18px" width="61px">

<asp:textbox id="txtsubject" runat="server" style="left: 32px; position: relative; top:-13px; z-index: 101;" height="23px" width="330px" maxlength="50" tabindex="3">  
    
     
<asp:label id="lblMessage" runat="server" text="MESSAGE:" cssclass="smalltext" style="left: 9px; top: 2px; position: relative;" height="18px" width="61px">

   

<asp:textbox id="txtMessagebox" tooltip="Don't enter more than 100 words." runat="server" style="left: 21px; position: relative; top: -6px;overflow:hidden;" height="132px" textmode="MultiLine" width="450px" tabindex="4">
  
<asp:imagebutton id="btnSend" runat="server" style="left: 24px; position: relative; top: -54px; z-index: 100;" height="32px" width="120px" imageurl="~/Images/135x35/Send_135x35_green.gif" onclick="btnSend_Click" tabindex="5">


<asp:label id="lblExMsg" runat="server" forecolor="#404040" style="z-index: 102;
left: -318px; position: relative; top: 136px" text="Label">


yog
hui gfgh kgdgrt njjn hjgkn

AnswerRe: validation controls are not working at all Pin
ednrgc8-Dec-06 2:52
ednrgc8-Dec-06 2:52 
QuestionNeed Help !!! Bult Update with Dataset Pin
Dinuraj7-Dec-06 23:32
Dinuraj7-Dec-06 23:32 
AnswerRe: Need Help !!! Bult Update with Dataset Pin
Grapes-R-Fun8-Dec-06 6:44
Grapes-R-Fun8-Dec-06 6:44 
QuestionSelected index change Pin
Shriya Kapoor7-Dec-06 23:26
Shriya Kapoor7-Dec-06 23:26 
AnswerRe: Selected index change Pin
Dinuraj7-Dec-06 23:35
Dinuraj7-Dec-06 23:35 
GeneralRe: Selected index change Pin
Shriya Kapoor7-Dec-06 23:42
Shriya Kapoor7-Dec-06 23:42 
AnswerRe: Selected index change Pin
Deepalakshmi.V8-Dec-06 0:30
Deepalakshmi.V8-Dec-06 0:30 
GeneralRe: Selected index change Pin
Shriya Kapoor8-Dec-06 0:46
Shriya Kapoor8-Dec-06 0:46 
GeneralRe: Selected index change Pin
NasimKaziS8-Dec-06 0:54
NasimKaziS8-Dec-06 0:54 
QuestionHow to attached doc file of more than 20pages Pin
omi987-Dec-06 23:07
omi987-Dec-06 23:07 
AnswerRe: How to attached doc file of more than 20pages Pin
Guffa7-Dec-06 23:50
Guffa7-Dec-06 23:50 
AnswerRe: How to attached doc file of more than 20pages Pin
ednrgc8-Dec-06 2:58
ednrgc8-Dec-06 2:58 
Question.mdb file Pin
dhulipudi7-Dec-06 22:57
dhulipudi7-Dec-06 22:57 
AnswerRe: .mdb file Pin
Guffa7-Dec-06 23:57
Guffa7-Dec-06 23:57 
AnswerRe: .mdb file Pin
R.Palanivel8-Dec-06 1:05
R.Palanivel8-Dec-06 1:05 
QuestionAccess is denied Configuration file erro in in ASP.net Pin
Rajesh_K_Sharma7-Dec-06 22:39
Rajesh_K_Sharma7-Dec-06 22:39 
AnswerRe: Access is denied Configuration file erro in in ASP.net Pin
ednrgc8-Dec-06 2:59
ednrgc8-Dec-06 2:59 

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.