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:781084
More Search Options
RSS Available
Matching Posts
Re: How to get a foriegn key value before deleting a grid view's row?
Sory, forget to mention Group By clause.... Group By A.Article
Posted to
Data Presentation Controls
(Forum)
by
sayyazahmad
on 12/29/2009
Re: How to get a foriegn key value before deleting a grid view's row?
Hi dazy, Just an idea......... why don't you try to calculate the No. of comments at runtime? You do not need to keep and update the field every time when a comment added or deleted. The following query might help you out.... Select Distinct A.Article, Count(CommentID) As Count From Article A Join Comments C On A.ArticleID = C.ArticleID
Posted to
Data Presentation Controls
(Forum)
by
sayyazahmad
on 12/29/2009
Re: Gridview RowCommand findControl
Please try e.FindControl("....")
Posted to
Data Presentation Controls
(Forum)
by
sayyazahmad
on 12/29/2009
Re: Attach to web server
Make sure that you are not building the project in Release mode.
Posted to
Getting Started
(Forum)
by
sayyazahmad
on 12/17/2009
Re: does asp.net validation controls envoke any javascript event ?
Please cosider following to create your page laout... <div style="float:left;width:100%;"> <div style="float:left;width:20%;"> Left Nave</div> <div style="float:left;width:80%;"> <div style="float:left;width:100%;"></div> </div> </div>
Posted to
Web Forms
(Forum)
by
sayyazahmad
on 12/17/2009
Re: need help! return to orginal state
Try using jQuery... ///ASP.NET <asp:div name="div1" runat.........> <a href=""> //Javascript document.ready(function(){ $("a").hover(function(){ $(":div").show(); }, function(){ $(":div").hide(); }); }); More info in jQuey... jquery.com
Posted to
Client Side Web Development
(Forum)
by
sayyazahmad
on 12/15/2009
Re: javaScript function problem-reposted
Try using jQuery... $(document).ready(function() { $(":input[type=checkbox]").attr("checked", false); $(":input[type=text]").value = ''; } More infor on jQuery... http://jquery.com/
Posted to
Client Side Web Development
(Forum)
by
sayyazahmad
on 12/15/2009
Re: Tabstrip control tab error message
Try this... OrElse (TypeOf (webCtrl) Is Microsoft.Web.UI.WebControls.Tab)
Posted to
Getting Started
(Forum)
by
sayyazahmad
on 12/10/2009
Re: Hiding the Mail Sender Address
This code will send email using SMTP. You can put any name in from field... MailMessage MailMsg = new MailMessage(); MailMsg.From = "NoReply@test.com"; MailMsg.To = "recepient@tes.com"; MailMsg.Subject = "Test Email"; MailMsg.Body = "Hi, This is test email"; MailMsg.BodyFormat = MailFormat.Html; SmtpMail.SmtpServer = "<your smtp server>"; SmtpMail.Send(MailMsg);
Posted to
Getting Started
(Forum)
by
sayyazahmad
on 12/10/2009
Re: Scrolling text vertically
Please see... http://logicbox.net/jquery/simplyscroll/vertical.html http://www.webdesignbooth.com/create-a-vertical-scrolling-news-ticker-with-jquery-and-jcarousel-lite/
Posted to
Client Side Web Development
(Forum)
by
sayyazahmad
on 12/10/2009
Page 1 of 9 (90 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online