Click here to Skip to main content
16,004,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
General[Message Deleted] Pin
subbu.sk14-Aug-08 0:30
subbu.sk14-Aug-08 0:30 
GeneralRe: image is displaying correct in firefox but not in internet explorer? Pin
eyeseetee14-Aug-08 0:33
eyeseetee14-Aug-08 0:33 
GeneralRe: image is displaying correct in firefox but not in internet explorer? Pin
subbu.sk14-Aug-08 0:33
subbu.sk14-Aug-08 0:33 
GeneralRe: image is displaying correct in firefox but not in internet explorer? Pin
subbu.sk14-Aug-08 0:38
subbu.sk14-Aug-08 0:38 
GeneralRe: image is displaying correct in firefox but not in internet explorer? Pin
eyeseetee14-Aug-08 0:58
eyeseetee14-Aug-08 0:58 
QuestionHow to read child node value and text in a tree view control. [modified] Pin
rahul.net1113-Aug-08 23:21
rahul.net1113-Aug-08 23:21 
Questionhow to write a query to get the data of a clob data field into the textbox Pin
lakshmichawala13-Aug-08 23:14
lakshmichawala13-Aug-08 23:14 
Questionjavascript problem Pin
UD(IA)13-Aug-08 23:04
UD(IA)13-Aug-08 23:04 
javascript function
function DeleteSelected()
	{ 
	var a;
        var cnt=0;
        for (var i = 0; i < CheckBoxIDs.length; i++)
        {
            a=document.getElementById(CheckBoxIDs[i]);
            if(a !=null)
            {
                 if(a.checked==true)
                 {
                    cnt=cnt+1;
                 }
            }
        }
        if(cnt>0)
        {
        var str = window.confirm('Are you sure you want to PERMANENTLY delete the selected Record(s) ?');
        if(str == false)
            return false;
        else
            return true;
        }
        else 
        {
            var str = window.alert('First Check the records you want to delete');
            return false;
        }
	}

checkbox is declared in datagrid in asp.net using c#
<asp:checkbox id="chkid" runat="server" width="16" xmlns:asp="#unknown" />

and javascript is called from
<asp:imagebutton id="del" imageurl="../images/b_drop.png" border="0" style="cursor: hand" xmlns:asp="#unknown">
                                    Width="16" Height="16" ToolTip="Delete" runat="server" OnClientClick="return DeleteSelected()" OnClick="del_Click"
                                    /></asp:imagebutton>


thanks in advance Smile | :)

I will do my best?

AnswerRe: javascript problem Pin
eyeseetee13-Aug-08 23:08
eyeseetee13-Aug-08 23:08 
AnswerRe: javascript problem Pin
sumit703413-Aug-08 23:14
sumit703413-Aug-08 23:14 
GeneralRe: javascript problem Pin
UD(IA)13-Aug-08 23:32
UD(IA)13-Aug-08 23:32 
GeneralRe: javascript problem Pin
Christian Graus13-Aug-08 23:36
protectorChristian Graus13-Aug-08 23:36 
Questiontinymce in asp.net using vb Pin
nibinki33313-Aug-08 22:55
nibinki33313-Aug-08 22:55 
AnswerRe: tinymce in asp.net using vb Pin
Christian Graus13-Aug-08 22:57
protectorChristian Graus13-Aug-08 22:57 
Questionhow to connect data base sql server2005 Pin
gaurav mangal13-Aug-08 22:45
gaurav mangal13-Aug-08 22:45 
AnswerRe: how to connect data base sql server2005 Pin
Christian Graus13-Aug-08 22:51
protectorChristian Graus13-Aug-08 22:51 
GeneralRe: how to connect data base sql server2005 Pin
gaurav mangal14-Aug-08 2:16
gaurav mangal14-Aug-08 2:16 
Questionvalidator control modal pop-up Pin
eyeseetee13-Aug-08 22:17
eyeseetee13-Aug-08 22:17 
AnswerRe: validator control modal pop-up Pin
immu513-Aug-08 23:56
immu513-Aug-08 23:56 
GeneralRe: validator control modal pop-up Pin
eyeseetee14-Aug-08 0:31
eyeseetee14-Aug-08 0:31 
GeneralRe: validator control modal pop-up Pin
immu514-Aug-08 1:03
immu514-Aug-08 1:03 
QuestionHow change div visiblity which is inside the datalist Pin
rahul.net1113-Aug-08 22:16
rahul.net1113-Aug-08 22:16 
AnswerRe: How change div visiblity which is inside the datalist Pin
Christian Graus13-Aug-08 22:51
protectorChristian Graus13-Aug-08 22:51 
GeneralRe: How change div visiblity which is inside the datalist Pin
rahul.net1113-Aug-08 22:55
rahul.net1113-Aug-08 22:55 
GeneralRe: How change div visiblity which is inside the datalist Pin
N a v a n e e t h14-Aug-08 0:04
N a v a n e e t h14-Aug-08 0:04 

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.