Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Girdview Pin
Abhijit Jana3-Dec-08 3:10
professionalAbhijit Jana3-Dec-08 3:10 
QuestionGridView Paging problem while taking input . Pin
vkumar093-Dec-08 1:36
vkumar093-Dec-08 1:36 
QuestionDisplay Changes with Screen Resolution Pin
Anand Desai3-Dec-08 1:01
Anand Desai3-Dec-08 1:01 
Questionlarge image on mouseover Pin
meghamaharshi3-Dec-08 0:44
meghamaharshi3-Dec-08 0:44 
AnswerRe: large image on mouseover Pin
Abhijit Jana3-Dec-08 2:52
professionalAbhijit Jana3-Dec-08 2:52 
GeneralRe: large image on mouseover Pin
meghamaharshi3-Dec-08 18:15
meghamaharshi3-Dec-08 18:15 
GeneralRe: large image on mouseover Pin
Abhijit Jana3-Dec-08 18:27
professionalAbhijit Jana3-Dec-08 18:27 
GeneralRe: large image on mouseover Pin
meghamaharshi3-Dec-08 19:16
meghamaharshi3-Dec-08 19:16 
thanks for reply again.. i have used this javascript:-

i have taken a div in design and applied this css

css:-
divAbsPosition1
{
z-index: 1;
left: 0px;
position: absolute;
top: 0px;
visibility:hidden;
}



function hideWindow()
{
document.getElementById('dv').style.visibility='hidden';
}
function LargeWindow(ev,str)
{
var e = ev ? ev : window.event;
var s = e.clientX + ',' + e.clientY;
document.getElementById('large_Image').src=str;
document.getElementById('dv').style.visibility = 'visible';
document.getElementById('dv').style.left = e.clientX -10;
document.getElementById('dv').style.top = e.clientY-10;

}
its working perfect in ie but not working in firefox..
GeneralRe: large image on mouseover Pin
Abhijit Jana3-Dec-08 20:42
professionalAbhijit Jana3-Dec-08 20:42 
GeneralRe: large image on mouseover Pin
meghamaharshi3-Dec-08 21:27
meghamaharshi3-Dec-08 21:27 
QuestionProblem with redirecting pages on click of images. Pin
SPanicker*3-Dec-08 0:33
SPanicker*3-Dec-08 0:33 
AnswerRe: Problem with redirecting pages on click of images. Pin
Christian Graus3-Dec-08 7:07
protectorChristian Graus3-Dec-08 7:07 
GeneralRe: Problem with redirecting pages on click of images. Pin
SPanicker*4-Dec-08 2:01
SPanicker*4-Dec-08 2:01 
QuestionAuto scrolling to show last row in gridview Pin
kyi kyi2-Dec-08 21:32
kyi kyi2-Dec-08 21:32 
AnswerRe: Auto scrolling to show last row in gridview Pin
Abhijit Jana2-Dec-08 21:50
professionalAbhijit Jana2-Dec-08 21:50 
GeneralRe: Auto scrolling to show last row in gridview Pin
kyi kyi2-Dec-08 22:05
kyi kyi2-Dec-08 22:05 
GeneralRe: Auto scrolling to show last row in gridview Pin
meeram3953-Dec-08 1:11
meeram3953-Dec-08 1:11 
QuestionASP .NET thread switching. Pin
Member 23244832-Dec-08 20:58
Member 23244832-Dec-08 20:58 
QuestionQuery Split() Problem Pin
ais072-Dec-08 20:41
ais072-Dec-08 20:41 
AnswerRe: Query Split() Problem Pin
Christian Graus2-Dec-08 21:07
protectorChristian Graus2-Dec-08 21:07 
Questionsession Pin
ellllllllie2-Dec-08 20:40
ellllllllie2-Dec-08 20:40 
AnswerRe: session Pin
Christian Graus2-Dec-08 21:05
protectorChristian Graus2-Dec-08 21:05 
AnswerRe: session Pin
Brij2-Dec-08 21:50
mentorBrij2-Dec-08 21:50 
AnswerRe: session Pin
Guffa2-Dec-08 21:54
Guffa2-Dec-08 21:54 
Questionajaxcontroltoolkit problem Pin
Miss Maheshwari2-Dec-08 20:26
Miss Maheshwari2-Dec-08 20:26 

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.