Click here to Skip to main content
15,893,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Convert Visual Basic 6.0 Forms into ASP.net Web Page. Pin
Paddy Boyd19-Dec-07 1:41
Paddy Boyd19-Dec-07 1:41 
GeneralProblem with CascadingDropDown Pin
varshavmane19-Dec-07 0:58
varshavmane19-Dec-07 0:58 
GeneralDeatils view deleteItem Pin
MaruBindiya19-Dec-07 0:58
MaruBindiya19-Dec-07 0:58 
QuestionHow to use an array of HtmlGenericControl Pin
AumSingh19-Dec-07 0:54
professionalAumSingh19-Dec-07 0:54 
AnswerRe: How to use an array of HtmlGenericControl [modified] Pin
N a v a n e e t h19-Dec-07 1:03
N a v a n e e t h19-Dec-07 1:03 
GeneralRe: How to use an array of HtmlGenericControl Pin
J4amieC19-Dec-07 1:25
J4amieC19-Dec-07 1:25 
GeneralRe: How to use an array of HtmlGenericControl Pin
N a v a n e e t h19-Dec-07 1:30
N a v a n e e t h19-Dec-07 1:30 
Generalsimple javascript code [modified] Pin
PeriyasamyRamachandran19-Dec-07 0:53
PeriyasamyRamachandran19-Dec-07 0:53 
Hi,

If the Textbox value is empty then, when i click "Ok" button an alert should display as "Please Enter the value for textbox" and simultaneously i have to display an "*"(Asteristic) only if the textbox is empty. Otherwise don't display.

Please help me..

if(document.getElementById('txtbox').value=="")
{
alert('Enter text value');
return false;
}
-------
<asp:textbox id="txtTickInfo" runat="server"></asp:textbox>

<asp:label id="Asteristic" runat="server" forecolor="Red" text="*" visible="false"></asp:label>
<div class="ForumMod">modified on Wednesday, December 19, 2007 7:04:52 AM</div>
GeneralRe: simple javascript code Pin
N a v a n e e t h19-Dec-07 1:32
N a v a n e e t h19-Dec-07 1:32 
GeneralRe: simple javascript code Pin
PeriyasamyRamachandran19-Dec-07 1:41
PeriyasamyRamachandran19-Dec-07 1:41 
GeneralRe: simple javascript code Pin
N a v a n e e t h19-Dec-07 1:54
N a v a n e e t h19-Dec-07 1:54 
GeneralRe: simple javascript code Pin
Paddy Boyd19-Dec-07 1:46
Paddy Boyd19-Dec-07 1:46 
GeneralRe: simple javascript code Pin
PeriyasamyRamachandran19-Dec-07 1:53
PeriyasamyRamachandran19-Dec-07 1:53 
Generalxmlnodes in treeview Pin
VanithaVasu19-Dec-07 0:28
VanithaVasu19-Dec-07 0:28 
GeneralFind a Control in DataList Control Pin
kirthikirthi19-Dec-07 0:20
kirthikirthi19-Dec-07 0:20 
QuestionRegular Expression Pin
senthilsstil18-Dec-07 23:49
senthilsstil18-Dec-07 23:49 
GeneralRe: Regular Expression Pin
Usharva19-Dec-07 0:41
Usharva19-Dec-07 0:41 
GeneralFile Download Control... Pin
Sasmi18-Dec-07 23:13
Sasmi18-Dec-07 23:13 
GeneralRe: File Download Control... Pin
Christian Graus18-Dec-07 23:19
protectorChristian Graus18-Dec-07 23:19 
GeneralRe: File Download Control... Pin
soni uma18-Dec-07 23:21
soni uma18-Dec-07 23:21 
GeneralRe: File Download Control... Pin
N a v a n e e t h18-Dec-07 23:23
N a v a n e e t h18-Dec-07 23:23 
Generaldelete doc from client side?, Pin
Member 387988118-Dec-07 22:18
Member 387988118-Dec-07 22:18 
GeneralRe: delete doc from client side?, Pin
Michael Sync18-Dec-07 22:27
Michael Sync18-Dec-07 22:27 
GeneralRe: delete doc from client side?, Pin
Member 387988118-Dec-07 22:38
Member 387988118-Dec-07 22:38 
GeneralRe: delete doc from client side?, Pin
Paddy Boyd18-Dec-07 22:49
Paddy Boyd18-Dec-07 22:49 

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.