Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:798287
More Search Options
RSS Available
Matching Posts
Re: To enlarge the image on mouseover in a gridview
Hi, You would have to write this function in .aspx page as this is the javascript and it would go like this: <script type="text/javascript"> function callFxToZoomIn() { ... Your code here } </script>
Posted to
Client Side Web Development
(Forum)
by
ash_forumsasp
on 7/2/2009
Re: To enlarge the image on mouseover in a gridview
Hi This is the sample code you could refer to: <asp:GridView ID="grid" runat="server"> <Columns> <asp:TemplateField> <ItemTemplate> <div style="width: 50%; height: 50%"> <img style="width: 100%; height: 100%" src="<%# DataBinder.Eval(Container.DataItem, "FilePath") %>" alt="" onmouseover="callFxToZoomIn(this)" onmouseout="callFxToZoomOut(this)" /> </div> </ItemTemplate>
Posted to
Client Side Web Development
(Forum)
by
ash_forumsasp
on 7/2/2009
Re: To enlarge the image on mouseover in a gridview
Hi, Instead of using the ImageField you can use the TemplateField as, <ItemTemplate> <div style="width: 50%; height: 50%"> <img src='<%# DataBinder.Eval(Container.DataItem, "FilePath") %>' onmouseover="callFxToZoomIn(this)" onmouseout="callFxToZoomOut(this)" alt="" /> </div> </ItemTemplate> And in "callFxToZoomIn" function you can use your code to zoom the image. Just for ex: you could write this
Posted to
Client Side Web Development
(Forum)
by
ash_forumsasp
on 7/1/2009
Re: Executing stored procedure programmatically
Hi, Does your file contain stored procedure definitions or their execute statements..
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ash_forumsasp
on 7/1/2009
Re: To enlarge the image on mouseover in a gridview
Hi, Instead of using the ImageField you can use the TemplateField as, <ItemTemplate> <div style="width: 50%; height: 50%"> <img src='<%# DataBinder.Eval(Container.DataItem, "FilePath") %>' onmouseover="callFxToZoomIn(this)" onmouseout="callFxToZoomOut(this)" alt="" /> </div> </ItemTemplate> And in "callFxToZoomIn" function you can use your code to zoom the image. Just for ex: you could write this
Posted to
Client Side Web Development
(Forum)
by
ash_forumsasp
on 7/1/2009
Re: help .net C# html iFrame
Hi, You could use this in your javascript function which get called on your button click, window.parent.location.href = "<new location>"; Njoy..
Posted to
Client Side Web Development
(Forum)
by
ash_forumsasp
on 7/1/2009
Paint a pixel in C#
Hi All, I am using Graphics object in C# and using that I just simply want to draw a pixel, but I am unable to found out how to do it? I tried using DrawEllipse or DrawRectangle for that but that draw a bolder pixel i.e. they are not drawing a single pixel. Can anyone help me out with this. Thanx in advance
Posted to
System.Drawing/GDI+
(Forum)
by
ash_forumsasp
on 6/30/2009
Filed under: Graphics
Re: Maxmimum iteration in For Loop
Hi, It implements the Newton-Rahson method inside it. Calculation inside it is not big, It runs perfectly if I run it for 10 Million times. Thanx
Posted to
Getting Started
(Forum)
by
ash_forumsasp
on 5/13/2009
Maxmimum iteration in For Loop
Hi, I have a for loop to which I am running for 1 billion times. But the performance is so slow that it sometime give the timeout in my web application. Is there anything that could be done to cut down the time. Thanx
Posted to
Getting Started
(Forum)
by
ash_forumsasp
on 5/13/2009
Filed under: for loop
Re: regular expression for removing script tags
Hi I used this, Regex ex = new Regex("[</script>]*[<script>]*", RegexOptions.IgnoreCase); ex.Replace("<ScRipt>Hello<script></ScrIPT>", "") and output of this is "Hello".
Posted to
Web Forms
(Forum)
by
ash_forumsasp
on 2/11/2009
Page 1 of 5 (41 items) 1
2
3
4
5
Next >
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online