Click here to Skip to main content
15,890,741 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to use public static members in asp.net Pin
gurdeep_67724-Jul-08 0:18
gurdeep_67724-Jul-08 0:18 
GeneralRe: How to use public static members in asp.net Pin
N a v a n e e t h24-Jul-08 1:35
N a v a n e e t h24-Jul-08 1:35 
GeneralRe: How to use public static members in asp.net Pin
gurdeep_67724-Jul-08 0:32
gurdeep_67724-Jul-08 0:32 
GeneralRe: How to use public static members in asp.net Pin
Christian Graus24-Jul-08 1:33
protectorChristian Graus24-Jul-08 1:33 
AnswerRe: How to use public static members in asp.net Pin
Christian Graus24-Jul-08 0:12
protectorChristian Graus24-Jul-08 0:12 
GeneralRe: How to use public static members in asp.net Pin
gurdeep_67724-Jul-08 0:29
gurdeep_67724-Jul-08 0:29 
GeneralRe: How to use public static members in asp.net Pin
Christian Graus24-Jul-08 1:33
protectorChristian Graus24-Jul-08 1:33 
Questionproblem in displaying large image Pin
Miss Maheshwari23-Jul-08 21:42
Miss Maheshwari23-Jul-08 21:42 
hello sir
i m using javascript function for displaying large image(shown in datalist)...my function is
function ShowToolTip(con)
{
document.getElementById("div_img").style.visibility = "visible";
document.getElementById("img_tool").src =con.src.replace("SmallPic","BigPic");
document.getElementById("div_img").style.left = event.clientX ;
document.getElementById("div_img").style.top = event.clientY ;
document.getElementById("div_img").style.zIndex = "0";
}
and on mouseout...i use another function ie
function hideToolTip()
{
document.getElementById("div_img").style.visibility = "hidden";
}...
but the problem is this onmouseover of another image it first display the first image for some seconds and then the current image...so i want to use loading like http://www.templates.com/[^] ...please help me...how to solve this problem...
u can check my problem here http://www.eleegance.com/Default2.aspx?id=1[^]
AnswerRe: problem in displaying large image Pin
Imran Khan Pathan23-Jul-08 21:54
Imran Khan Pathan23-Jul-08 21:54 
GeneralRe: problem in displaying large image Pin
Miss Maheshwari23-Jul-08 22:36
Miss Maheshwari23-Jul-08 22:36 
GeneralRe: problem in displaying large image Pin
Imran Khan Pathan23-Jul-08 23:09
Imran Khan Pathan23-Jul-08 23:09 
QuestionProblem setting focus dynamically Pin
Arindam Datta23-Jul-08 20:49
Arindam Datta23-Jul-08 20:49 
AnswerRe: Problem setting focus dynamically Pin
eyeseetee23-Jul-08 21:39
eyeseetee23-Jul-08 21:39 
AnswerRe: Problem setting focus dynamically Pin
gurdeep_67723-Jul-08 22:05
gurdeep_67723-Jul-08 22:05 
Questionsession Pin
nithydurai23-Jul-08 20:23
nithydurai23-Jul-08 20:23 
AnswerRe: session Pin
N a v a n e e t h23-Jul-08 20:37
N a v a n e e t h23-Jul-08 20:37 
GeneralRe: session Pin
nithydurai23-Jul-08 20:44
nithydurai23-Jul-08 20:44 
GeneralRe: session Pin
N a v a n e e t h23-Jul-08 20:48
N a v a n e e t h23-Jul-08 20:48 
GeneralRe: session Pin
eyeseetee23-Jul-08 21:40
eyeseetee23-Jul-08 21:40 
AnswerRe: session Pin
Abhijit Jana23-Jul-08 20:40
professionalAbhijit Jana23-Jul-08 20:40 
Questionmailserver will down have to fire again Pin
Member 387988123-Jul-08 20:03
Member 387988123-Jul-08 20:03 
AnswerRe: mailserver will down have to fire again Pin
Sam Xavier24-Jul-08 22:42
Sam Xavier24-Jul-08 22:42 
Questionwat is the best solution of getting values from the data base to the grid view. Pin
lakshmichawala23-Jul-08 19:51
lakshmichawala23-Jul-08 19:51 
AnswerRe: wat is the best solution of getting values from the data base to the grid view. Pin
Venkatesh Mookkan23-Jul-08 20:02
Venkatesh Mookkan23-Jul-08 20:02 
GeneralRe: wat is the best solution of getting values from the data base to the grid view. Pin
lakshmichawala23-Jul-08 20:17
lakshmichawala23-Jul-08 20:17 

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.