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:763264
More Search Options
RSS Available
Matching Posts
Re: Roll over image in webpage
see: http://www.4guysfromrolla.com/articles/012804-1.aspx and http://skmmenu.com/menu/Examples/
Posted to
Getting Started
(Forum)
by
vinz
on 12/15/2009
Re: Get selected row of gridview through Event Handler
[quote user="steppinthrax"] I pretty much need to know what rowindex the user clicked on.[/quote] From the OnClick event you can cast the sender of the Button to get reference to the control who triggers the event.. here's an example: protected void LinkButton1_Click(object sender, EventArgs e) { LinkButton lb = (LinkButton)sender; GridViewRow row = (GridViewRow)lb.NamingContainer; if (row != null) { int index = row.RowIndex; //gets the row index selected } }
Posted to
Data Presentation Controls
(Forum)
by
vinz
on 12/15/2009
Re: need to send a mail using asp.net application
You can start looking at this video: [How Do I:] Use ASP.NET to Send Email from a Web Site You can also do a simple search to get more examples: http://www.google.com/#hl=en&q=sending+emails+in+asp.net+smtp&aq=f&aqi=&oq=&fp=b36c7832dbb01be6
Posted to
Getting Started
(Forum)
by
vinz
on 12/15/2009
Re: ASP.NET browser back and forward button clear inputs
One way is to store the values in Session and reference the values from the session to fill your form with the previous values.. check this: Nine Options for Managing Persistent User State in Your ASP.NET Application If you wan't to disable the back button then this article may help: http://www.aspsnippets.com/post/2009/03/24/Disable-Browser-Back-Button-Functionality-using-JavaScript.aspx
Posted to
Client Side Web Development
(Forum)
by
vinz
on 12/15/2009
Re: exceuting serverside code frm client side
give this a read: http://forums.asp.net/p/1458872/3349046.aspx
Posted to
Client Side Web Development
(Forum)
by
vinz
on 12/15/2009
Re: saving multiline textbox
Can you post your codes here for saving?
Posted to
Getting Started
(Forum)
by
vinz
on 12/15/2009
Re: Moving, closing, minimizing of webparts without postback.
Hi, Are you getting any client script errors? Can you post your mark up here?
Posted to
Web Parts and Personalization
(Forum)
by
vinz
on 12/14/2009
Re: Calendar Control Selected Index Changed Problem
Try the following: Select a single date from your Caledar and then check for the rows returned from the DataTable by checking for its row count like: private void DisplayRecordByDate(DateTime Date) { ClassTest obTest = new ClassTest(); obTest.ADate = Date; try { DataTable dTable = obTest.DisplayRecordDate(); if(dTable.Rows.Count > 0){ GridView1.DataSource = dTable; GridView1.DataBind(); } else{ //NO DATA FOUND ON THE TABLE } } catch (System.Data.SqlClient.SqlException ex) { string msg = "Fetch
Posted to
Web Forms
(Forum)
by
vinz
on 12/14/2009
Re: saving multiline textbox
>>>>Try setting the maxlength property on the textbox. AFAIK, If the TextBox is set to MultiLine mode then the MaxLenght property will not work.. @SpongeBert, What exactly do you mean by not complete? If the TextBox was set to MultiLine mode then the MaxLenght property will not work..
Posted to
Getting Started
(Forum)
by
vinz
on 12/14/2009
Re: Create a crystal report with date range
You can pass the dates as the parameters to the Report to filter data..Here are some useful articles that may helps: Passing Multiple parameters to Crystal Report Programmatically Adding parameters and filters to Crystal report Set Parameter in Crystal Reports using ASP.Net Or you if you are using DataSet as your ReportDataSource then you can query your database and filter the data based on creteria and then store the result set in a DataTable/DataSet and then used that as your Report DataSource
Posted to
Crystal Reports
(Forum)
by
vinz
on 12/14/2009
Page 1 of 1363 (13624 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Search Engine Optimization (SEO) Toolkit
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online