Click here to Skip to main content
15,922,427 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: fit to Screensize application Pin
N a v a n e e t h7-Jan-08 0:55
N a v a n e e t h7-Jan-08 0:55 
GeneralRe: fit to Screensize application Pin
eyeseetee7-Jan-08 1:00
eyeseetee7-Jan-08 1:00 
GeneralRe: fit to Screensize application Pin
Declan Bright7-Jan-08 0:59
Declan Bright7-Jan-08 0:59 
GeneralRe: fit to Screensize application Pin
eyeseetee7-Jan-08 5:14
eyeseetee7-Jan-08 5:14 
GeneralCheck all checkboxs in a Table Pin
danasegaranea7-Jan-08 0:37
danasegaranea7-Jan-08 0:37 
GeneralRe: Check all checkboxs in a Table Pin
Declan Bright7-Jan-08 1:01
Declan Bright7-Jan-08 1:01 
GeneralRe: Check all checkboxs in a Table Pin
danasegaranea7-Jan-08 1:39
danasegaranea7-Jan-08 1:39 
GeneralRe: Check all checkboxs in a Table Pin
Declan Bright7-Jan-08 1:52
Declan Bright7-Jan-08 1:52 
Your Button1 control is a server control and is looking for the checkall on the server side where it does not exist.
You need to call checkall on the client side using an input of type button, as in the previous example, like this:
<input type="button" name="Check_All" value="Check All"
onClick="CheckAll(document.myform.check_list)">


Declan Bright
www.declanbright.com

Generalfile upload problem Pin
Mogaambo7-Jan-08 0:36
Mogaambo7-Jan-08 0:36 
GeneralRe: file upload problem Pin
Michael Sync7-Jan-08 4:04
Michael Sync7-Jan-08 4:04 
AnswerRe: file upload problem Pin
UsmanMunier9-Jan-08 23:07
UsmanMunier9-Jan-08 23:07 
Generalhide toolbar and address bar of window Pin
RajeevKumarSharma7-Jan-08 0:30
RajeevKumarSharma7-Jan-08 0:30 
GeneralRe: hide toolbar and address bar of window Pin
Michael Sync7-Jan-08 4:07
Michael Sync7-Jan-08 4:07 
Questionhow can i read the pdf files hyperlink address Pin
koolprasad20037-Jan-08 0:03
professionalkoolprasad20037-Jan-08 0:03 
GeneralSelecting interested columns to print using FilePrint() API of MSProject. Pin
Nagraj Naik6-Jan-08 23:47
Nagraj Naik6-Jan-08 23:47 
GeneralEmail Tracking in c# Using Asp.net [modified] Pin
angel_oct116-Jan-08 23:42
angel_oct116-Jan-08 23:42 
GeneralRe: Email Tracking in c# Using Asp.net Pin
Declan Bright6-Jan-08 23:48
Declan Bright6-Jan-08 23:48 
GeneralRe: Email Tracking in c# Using Asp.net Pin
N a v a n e e t h7-Jan-08 0:26
N a v a n e e t h7-Jan-08 0:26 
GeneralRe: Email Tracking in c# Using Asp.net Pin
Declan Bright7-Jan-08 0:33
Declan Bright7-Jan-08 0:33 
GeneralAsp.net dialogbox problem Pin
monika_vasvani6-Jan-08 23:17
monika_vasvani6-Jan-08 23:17 
GeneralRe: Asp.net dialogbox problem Pin
Declan Bright6-Jan-08 23:23
Declan Bright6-Jan-08 23:23 
GeneralRe: Asp.net dialogbox problem Pin
Paddy Boyd7-Jan-08 0:27
Paddy Boyd7-Jan-08 0:27 
GeneralRe: Asp.net dialogbox problem Pin
Michael Sync7-Jan-08 4:13
Michael Sync7-Jan-08 4:13 
QuestionIs there a FTP command that gets the size of a folder, or another way of getting the full folder size on a different machine? Pin
thomasa6-Jan-08 23:12
thomasa6-Jan-08 23:12 
GeneralFlash applications Pin
eyeseetee6-Jan-08 22:46
eyeseetee6-Jan-08 22:46 

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.