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:848073
More Search Options
RSS Available
Matching Posts
Re: Page Load Animation
hi, refer : http://forums.asp.net/p/1496002/3527393.aspx#3527393 and more is avail in this(asp.net) forum, check it out
Posted to
Client Side Web Development
(Forum)
by
karthicks
on 12/15/2009
Re: Response.Redirect cannot be called in a Page callback”
refer : http://forums.asp.net/t/1166515.aspx http://community.softwarefx.com/forums/t/8867.aspx http://stackoverflow.com/questions/1538749/how-to-avoid-response-redirect-cannot-be-called-in-a-page-callback
Posted to
State Management
(Forum)
by
karthicks
on 12/15/2009
Re: constant value in boundcolumn in datagrid
hi, refer below code protected void grvGroups_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { if (e.Row.Cells[0].Text == "your condition") e.Row.Cells[0].Text = "your value"; }
Posted to
Data Presentation Controls
(Forum)
by
karthicks
on 12/13/2009
Re: How to center column contents in a dynamic GridView
hi, refer below code tmpColm = New BoundField tmpColm.HorizontalAlign = HorizontalAlign .Center BoundField bf = new BoundField () bf.ItemStyle.HorizontalAlign = HorizontalAlign .Center
Posted to
Data Presentation Controls
(Forum)
by
karthicks
on 11/26/2009
Re: How do I know what checkboxes were clicked on redirect?
hi, on checkbox checkedchanged event you can store the checked value or check id in Session and access them in another page ,else you can use querystring to pass the values to another page (just concate the querystring value with the button PostBackUrl property in checkbox checkedchanged event)
Posted to
Getting Started
(Forum)
by
karthicks
on 11/26/2009
Re: UserControls
hi, it's depends on the Control Tree of the page, anyhow you pust UC2 before UC1 in the page and check else you can do below thing, suppose if you want to access some value of UC2 in UC1 , you can achieve it in UC1 by writing i.e accessing UC2 control required values in UC1 PreRender event
Posted to
Getting Started
(Forum)
by
karthicks
on 11/26/2009
Re: how to check that there is how many rows in a table
check like below if ( dt.Rows.Count > 3 ) // bcos you are referring (i.e reading)till 4th row { lblItem1.Text = dt.Rows[0]["SItem"].ToString(); lblItem2.Text = dt.Rows[1]["SItem"].ToString(); lblItem3.Text = dt.Rows[2]["SItem"].ToString(); lblItem4.Text = dt.Rows[3]["SItem"].ToString(); lblItem5.Text = dt.Rows[4]["SItem"].ToString(); lblSize1.Text = dt.Rows[0]["ISize"].ToString(); lblSize2.Text = dt.Rows[1]["ISize"].ToString
Posted to
Data Presentation Controls
(Forum)
by
karthicks
on 11/25/2009
Re: Render asp.net button control with <button> tag
hi, button rendered with UseSubmitBehavior ="false" that why it's not postbacking on click. check in your code you are setting somewhere this propety this should be "true". if you want to handle the click event of the button in your page then you need to raise the event in the custom control using events and delegates and regarding TagPrefix ,if you dont want get "cc1" in-front of the button control then you can use below syntax [ TagPrefix ( "your namespace"
Posted to
Web Forms
(Forum)
by
karthicks
on 11/25/2009
Re: Display images in GridView...
refer : http://www.aspdotnetcodes.com/Insert_Images_Database.aspx http://www.highoncoding.com/Articles/207_Displaying_Images_from_Database_in_GridView.aspx http://www.beansoftware.com/asp.net-tutorials/images-database.aspx
Posted to
Data Presentation Controls
(Forum)
by
karthicks
on 11/25/2009
Re: get Client Username, Domain name ???
you can get the windows identity, if you have enabled windows authentication like that , else by default you will be getting this identity only
Posted to
Client Side Web Development
(Forum)
by
karthicks
on 11/25/2009
Page 1 of 85 (845 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online