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:748237
More Search Options
RSS Available
Matching Posts
Changing the master page of the master page
I have two master pages [Inner Master Page]. I want to change the master page of the inner master page according to user type. Research shows that we can only change the master page in Pre_init page handler but the master page does not have any pre_init. Is there any way to change the master page of a master page? Thanks in advance. Syed
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
rozialishah
on 2/25/2009
Re: GridView databinding to LINQ join query
Thanks you, It works the way the article explain but I was wondering if we could directly access object.property in the bound field of grid view. Syed
Posted to
Data Presentation Controls
(Forum)
by
rozialishah
on 11/21/2008
GridView databinding to LINQ join query
Hi, I am having gridview which is binded to the linq query as folllowing Public Overridable Function getInventoryWorksheet( ByVal OrderDetailspredicates As List(Of Expression(Of Func(Of Order_Detail, Boolean ))), _ Optional ByVal Productpredicates As List(Of Expression(Of Func(Of Product, Boolean ))) = Nothing ) As IQueryable ' These predicates will build the where condition for the query at run time Dim OrderDetailspredicate = PredicateBuilder. True (Of Order_Detail)() Dim Productpredicate
Posted to
Data Presentation Controls
(Forum)
by
rozialishah
on 11/18/2008
Grid View Inside List View
Hi, I have a list view which contains grid view in his itemTemplate. The data source of the grid view is the childrows of the current row of the list view. I have a dataset that contains both the tables and the relation but when I try to databind the grid view it says "A field or property with the name "Order_Details_ItemID" was not found on the selected data source. Please see the following aspx and code behind and let me know if I am going something wrong. < asp:ListView ID= "LVOrderDetails"
Posted to
Data Presentation Controls
(Forum)
by
rozialishah
on 11/13/2008
Re: GridView Paging. e.NewPageIndex returns -1
Thanks for your reply, I fixed the problem by assigning the last page number instead of e.newpageindex if newPageIndex was -1. But I am still eager to find the cause of the problem. Thanks, Syed
Posted to
Data Presentation Controls
(Forum)
by
rozialishah
on 10/27/2008
GridView Paging. e.NewPageIndex returns -1
Hey, I am using gridview to display the list of customers for salesrep. I enabled the paging for grid view. Every thing works fine but when I click on "Last" page I get an exception saying " Specified argument was out of the range of valid values" . When I debug the application I noticed that when I click "Last page link" the value of e.NewPageIndex is -1. Here is the code I used Protected Sub GVCustomers_PageIndexChanging(ByVal sender As Object, ByVal e As System.Web
Posted to
Data Presentation Controls
(Forum)
by
rozialishah
on 10/27/2008
Re: How to assign values to Databound controls
You welcome, Try this one to retrieve the image path in data list < tr > < td width ="350"> <img src='<% # getImagePath( DataBinder .Eval(Container.DataItem, " Rating" )) %>' /> </ td > </ tr > in the code behine the getImagepath() definition is the follwoing Public string getImagePath(String rating) { // here return the image path according to the rating value. } This works fine for me whenever I have to display the calculated result
Posted to
Data Presentation Controls
(Forum)
by
rozialishah
on 3/11/2008
Re: How to assign values to Databound controls
Hi, Could you please send me the html for the datalist to be more clear. Syed
Posted to
Data Presentation Controls
(Forum)
by
rozialishah
on 2/22/2008
Re: Sqlreader.close() and Sqlconn.close()
Thanks friend, That works fine for me. Solution: command.ExecuteReader(CommandBehavior.CloseConnection). without the command behaiviour the reader will not close the connection automatically and that caused connection leaking in my case. Syed
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
rozialishah
on 2/14/2008
Sqlreader.close() and Sqlconn.close()
Hi, My question is if I close the sqlreader i am using. will that close the connection it uses or the connection will still remain open? Syed
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
rozialishah
on 2/13/2008
Page 1 of 7 (68 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online