Click here to Skip to main content
15,900,524 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: problem in displaying large image Pin
Imran Khan Pathan23-Jul-08 21:54
Imran Khan Pathan23-Jul-08 21:54 
You can use setTimeout function in javascript.
try this script

function ShowToolTip(con)
{

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";
//If you want to display loading text,take one div and write your text in //div and make it visible here
setTimeout("Loading()",1000);
} 
function Loading()
{
  document.getElementById("div_img").style.visibility = "visible";
  // make your loading div visibility style hidden here
}



Regard
khan

please don't forget to vote on the post that helped you.

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 
AnswerRe: wat is the best solution of getting values from the data base to the grid view. Pin
Imran Khan Pathan23-Jul-08 20:34
Imran Khan Pathan23-Jul-08 20:34 

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.