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:701692
More Search Options
RSS Available
Matching Posts
Re: Find (also "find and replace") not working in Visual Studio
it also worked for me (VS2008 SP1) Thanks..
Posted to
Visual Studio 2005
(Forum)
by
meharooftp
on 8/25/2009
Re: How to open hyperlink in new window without any tools displayed?
You can do it from inside Gridview item template as follows: <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# String.Format("http://somedomain/ImageResizeCache/productImages/Pack/{0}.jpg",Eval("Imageurl"))%>' onclick="javascript:w= window.open(this.href,'Download Image','left=20,top=20,width=500,height=500,toolbar=0,resizable=0');return false;">Download</asp:HyperLink>
Posted to
Client Side Web Development
(Forum)
by
meharooftp
on 1/8/2009
Re: Linq generic function SelectByPK
Sorry for the late, I checked the code you posted, The same error shows - 'Overload resolution failed because no accessible 'Single' accepts this number of type arguments' Any way thank for ur reply
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
meharooftp
on 9/19/2008
Linq generic function SelectByPK
i got a code of generic function( to find the primary key of a table in using linq datacontext) in c#, I am trying to convert it to vb.net , the function is: public static T SelectByPK<T>(String id) where T : class { try { using (NWindDataContext context = new NWindDataContext()) { // get the table by the type passed in var table = context.GetTable<T>(); // get the metamodel mappings (database to domain objects) MetaModel modelMap = table.Context.Mapping; // get the data members for this
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
meharooftp
on 8/28/2008
Filed under: .NET 3.5, .net framework 3.5, ASP.NET 3.5, C#, linq, asP.NET 3.5 linq, VS2008
Re: Images are not displayed when using 'HttpContext.Current.RewritePath()'
It is ok. But when we redirect an url, the new url doesnt contains quey string( For avoiding query string, we rewrite the url) When we use query string, it will appear in the requesting url. I am trying to avoid the presence of query string in the url, so that the dynamic page look like a static page.
Posted to
HttpHandlers and HttpModules
(Forum)
by
meharooftp
on 2/1/2007
Re: Images are not displayed when using 'HttpContext.Current.RewritePath()'
Thanks for your response. I solved the problem of images by using Url Type as "Root Relative" instead of "Document Relative" I have one more doubts We rewrite the url in Application_BeginRequest() Suppose we want to rewrite the url "questions.aspx?tid=1" as "MathsQestions.aspx" We do this by calling 'MathsQestions.aspx' when we need to call 'questions.aspx?tid=1' and rewte the url "MathsQestions.aspx" to questions.aspx?tid=1' on Application_BeginRequest() My question is that how can i identify the
Posted to
HttpHandlers and HttpModules
(Forum)
by
meharooftp
on 1/24/2007
Filed under: Session, URL Rewriting, BeginRequest, Global.asax, Application_BeginRequest
Re: Edit row in a dataset
Thanks for your help
Posted to
Data Presentation Controls
(Forum)
by
meharooftp
on 1/22/2007
Re: Images are not displayed when using 'HttpContext.Current.RewritePath()'
Hi dkode I am rewrited the code by adding your modifications, but still the image didnt work? please helpme
Posted to
HttpHandlers and HttpModules
(Forum)
by
meharooftp
on 1/22/2007
Filed under: URL Rewriting, BeginRequest, Global.asax, Image, Application_BeginRequest
Images are not displayed when using 'HttpContext.Current.RewritePath()'
In my work i rewrite a url by using HttpContext.Current.RewritePath() method. I am using dotnet 2003 my original url is: http://localhost/CMA/questions.aspx?tid=1 i rewrite it to :http://localhost/CMA/BusinessEconomics/questions.aspx I done it as follows: in the firist page( http://localhost/CMA/Forum.aspx) I writed : Response.Redirect("/CMA/BusinessEconomics/questions.aspx"); and in Application_BeginRequest() of global.asax i wrote the following string originalurl=Request.Url.PathAndQuery; int a
Posted to
HttpHandlers and HttpModules
(Forum)
by
meharooftp
on 1/20/2007
Filed under: URL Rewriting, BeginRequest, Global.asax, Application_BeginRequest
Re: Edit a data row of a table in dataset
Thanks it works now.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
meharooftp
on 1/20/2007
Page 1 of 2 (12 items) 1
2
Next >
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
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online