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:483597
More Search Options
RSS Available
Matching Posts
Re: SQL Server 2008 Has Been Released!
Awesome, !
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
jsharratt
on 8/6/2008
Re: Variables in SQL Query
Hi vinoopraj, You can use the SelectParamaters to cater for your needs. Something like the following will work for you, can I also suggest that you move your connection string into the web.config: Amends to actyearwise.aspx: < td align ="left" width ="7%"> < a id ="href1" href ="actcheck.aspx ?actyear= 2007" target ="_self"> 2007 </ a > </ td > < td align ="left" width ="7%"> < a id ="A1"
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
jsharratt
on 6/7/2008
Re: ASP.NET with XHTML1.1 Strict Mode - Warnings
These guys wrote a big article on this, I had a play and although annoying it is a little bit of effort to do what you require. http://www.liquid-internet.co.uk/content/dynamic/pages/series1article1.aspx Having said that they are only warnings and you should still be given the green light if you validate your page against http://validator.w3.org/ * Just to add that this is one of the reasons I am swaying towards MVC just because I am obssesed with cleanliness :) Hope this helps, Jon Sharratt
Posted to
Getting Started
(Forum)
by
jsharratt
on 6/5/2008
Re: Updation of UpdatePanel after some Time
Hi jassimmunir, Have looked at using the (http://www.asp.net/ajax/documentation/live/tutorials/IntroToTimerControl.aspx) Timer Control which allow you to fire an event after a certain amount of time such as updating your panel every 2 minutes. Hope this helps, Jon Sharratt
Posted to
ASP.NET AJAX UI
(Forum)
by
jsharratt
on 6/5/2008
Re: access images on a network share
http://msmvps.com/blogs/siva/archive/2007/03/01/impersonating-network-share-unc-path-access.aspx This is the method I have used in the past in regards to access a network share and is usually the most common scenario where by you impersonate a user who has permission to access the share and the files you require. Let me know if you need any further help. Jon Sharratt
Posted to
Web Forms
(Forum)
by
jsharratt
on 6/5/2008
Re: dropdowndownlist and items :) how can i select item ??
Hi oguzkaygun, You can do something like this, I think this is what you are trying to do. Assuming you have a button named bSelect and your dropdownlist was named ddlTowns rather than DropDownList2 Source Code: Protected Sub bSelect_Click( ByVal sender As Object , ByVal e As EventArgs) Handles bSelect.Click ddlTowns.SelectedValue = "Manchester" End Sub HTML: < asp : dropdownlist ID ="ddlTowns" runat ="server"> < asp : ListItem Text ="" Value =""
Posted to
Data Presentation Controls
(Forum)
by
jsharratt
on 6/5/2008
Re: How to do?
Totally agree it does seem to be a pain in the arse when namespaces come into it. Had a look at the scenario you wish to use it in and not to sure of a work around as of yet ...
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
jsharratt
on 5/27/2008
Re: Javascript for validating two textboxes
I think possibly a custom validator would work in this scenario so that you can write the JavaScript to do what you require tell your validator to fire this custom function. http://quickstarts.asp.net/QuickStartv20/aspnet/doc/validation/default.aspx#custom Hope this helps, Jon Sharratt
Posted to
Client Side Web Development
(Forum)
by
jsharratt
on 5/27/2008
Re: Print Option on a Web Page.
You can use the following javascript to allow users to print. Assign to anything that support onClick sucha s an image or link. onClick="window.print();return false"
Posted to
Client Side Web Development
(Forum)
by
jsharratt
on 5/26/2008
Re: Automatically open popup from a method
*bad advice, cheers for the pointer* Jon Sharratt
Posted to
Client Side Web Development
(Forum)
by
jsharratt
on 5/26/2008
Page 1 of 10 (97 items) 1
2
3
4
5
Next >
...
Last »
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
Channel 10:
Look Behind SurfaceScapes
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online