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:652315
More Search Options
RSS Available
Matching Posts
Re: Gridview - empty/null row height. why??
unless its a runat="server"........and with agridview u dont wanna go there......:-) been there done that....but one more solution may just work.....use a repeater......keep 2 hieghts say 10px or 20px... u will be able to swap in a repeater
Posted to
Data Presentation Controls
(Forum)
by
imran.nathani
on 8/26/2008
Re: Creating Slideshow
I know the above slideshows are good...but this JS based slideshow is the most widely used. http://www.lokeshdhakar.com/projects/lightbox2/
Posted to
Client Side Web Development
(Forum)
by
imran.nathani
on 8/24/2008
Re: CSS Hover Functionality working in Firefox but not IE7
simply adding the HTML 4.01 Strict DOCTYPE to the top of the HTML document makes IE7 obey :hover rules something like this :<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> becoz MSDN says: Internet Explorer 7 and later, in standards-compliant mode (strict !DOCTYPE), can apply the :hover pseudo-class to any element, not merely links.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
imran.nathani
on 8/24/2008
Re: Gridview - empty/null row height. why??
Label is span at the browser ..... i dont think you can predict the hieght for every browser resolution. your label may or may not wrap.just adjust the alignment of the cell...it may look nice
Posted to
Data Presentation Controls
(Forum)
by
imran.nathani
on 8/24/2008
Re: RegularExpressionValidator Phone number
U can also use MSAJAX maskedit http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx
Posted to
Getting Started
(Forum)
by
imran.nathani
on 3/26/2008
Re: invalid file path
Use a file upload control and a button .On the click of the button call the follwing code Sub Button1_Click(sender As Object, e As EventArgs) if FileUpLoad1.HasFile 'Uncomment this line to Save the uploaded file 'FileUpLoad1.SaveAs("C:\SomePhysicalPath" & FileUpLoad1.Filename) Label1.Text = "Received " & FileUpLoad1.FileName & " Content Type " & FileUpLoad1.PostedFile.ContentType & " Length " & FileUpLoad1.PostedFile.ContentLength
Posted to
Getting Started
(Forum)
by
imran.nathani
on 3/26/2008
Re: avoid caching in javascript?
this is browser caching....u cannot do anything if the browser is caching....however...in javascript if u assign a querystring parameter value...and keep changing that ...for the browser it will be a new page.
Posted to
Client Side Web Development
(Forum)
by
imran.nathani
on 3/26/2008
Re: aspnetEmail how to send multiple message while authorized once on mailserver
use CC or BCC if the mail content is the same.However if the mail content is different i guess the best method wud be one at a time ...so its actually polling for incoming for connections....this is the purpose of the mail server. However,if your mail server has a queue object u can program that.....u need to check with your service provider for that. look at http://asadsiddiqi.wordpress.com/2007/12/31/microsoft-message-queue-example-and-overview/
Posted to
Web Forms
(Forum)
by
imran.nathani
on 3/26/2008
Re: Validate textbox entry is a multiple of a certain unit qty
use custom validator...u can place any logic in them...from server or client side Custom Validator has 2 parts...client validator and server validator....look at this code it has both STEP 1)ADD A CUSTOM VALIDATOR <asp:CustomValidator id="CustomValidator1" runat="server" ControlToValidate="Text1" ClientValidationFunction=" ClientValidate " OnServerValidate=" ServerValidate " Display="Static" Font-Names="verdana" Font-Size="10pt">
Posted to
Web Forms
(Forum)
by
imran.nathani
on 3/26/2008
Re: custom compare validator
use custom validator Custom Validator has 2 parts...client validator and server validator....look at this code it has both STEP 1)ADD A CUSTOM VALIDATOR <asp:CustomValidator id="CustomValidator1" runat="server" ControlToValidate="Text1" ClientValidationFunction=" ClientValidate " OnServerValidate=" ServerValidate " Display="Static" Font-Names="verdana" Font-Size="10pt"> Not Valid! </asp:CustomValidator> STEP
Posted to
Web Forms
(Forum)
by
imran.nathani
on 3/26/2008
Page 1 of 84 (836 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online