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:749728
More Search Options
RSS Available
Matching Posts
Re: Access denied using Publish Website
hi Please go to IIS.(in run type inetmgr and enter it) please select the properties of your website. Check the local path
Posted to
Configuration and Deployment
(Forum)
by
Sathesh_pandian
on 5/14/2009
Re: pop up windows return value
hi, try this code. <form onSubmit="populate(this,'opener_text_box'); return false;"> <textarea name="content" id="content"></textarea> <input type="submit" value="Populate Opener"> </form> The JS: function populate(form,field) { if (window.opener && !window.opener.closed) { var target = window.opener.document.getElementById(field); if (form) { target.value=form.content.value; } window.close(); } } it will
Posted to
Getting Started
(Forum)
by
Sathesh_pandian
on 3/2/2009
Re: Login for user in active directory
hi, could you please refer the following link. http://msdn.microsoft.com/en-us/library/ms998360.aspx it will work.
Posted to
Security
(Forum)
by
Sathesh_pandian
on 3/2/2009
Re: For namespace of IHTML Document
hi, you can find it in System.Windows.Forms.UnsafeNativeMethods. But this one is internal interface . So you cannot use it in anyway.
Posted to
Getting Started
(Forum)
by
Sathesh_pandian
on 3/2/2009
Re: DIV tag's style change - in code behind
hi, Please make sure that your div element is in inside of the updatepanel. otherwise the new style won't get updated. it will work.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Sathesh_pandian
on 3/2/2009
Re: Can we select multiple items in Html.DropDownlist in MVC ?
try this. create some custom validator with the client function named as "ChequarSelecciondeTipoModificacion" function ChequarSelecciondeTipoModificacion(source, args) { var chkListaTipoModificaciones= document.getElementById ('<%= boxid.ClientID %>'); var chkLista= chkListaTipoModificaciones.getElementsByTagName("input"); for(var i=0;i<chkLista.length;i++) { if(chkLista[i].checked) { args.IsValid = true; return; } } args.IsValid = false; } it will work
Posted to
ASP.NET MVC
(Forum)
by
Sathesh_pandian
on 2/24/2009
Re: Security
hi, for this scenario, you can use session , cookies. If you want to avoid the repeatation of work, you can use the master page concept and you can put your code in master page. your code will be changed for page to page in content page only. To avoid the stealing of cookies and sessions, you can call a method when the unload method occurs in the client side. Its like we can find the closing event of browser and we can end the session or cookie value in the same page or in another page. it will work
Posted to
Security
(Forum)
by
Sathesh_pandian
on 12/2/2008
Re: How to call render action?
you can call the render method with the htmlwriter. its good while calling ajax methods.
Posted to
Web Forms
(Forum)
by
Sathesh_pandian
on 11/24/2008
Re: One login Two Websites
you can use share the session among the systems. you can use outproc for this type of session. it will work.
Posted to
Security
(Forum)
by
Sathesh_pandian
on 11/21/2008
Re: using database created in sql express
hi, you can take a back up in a format of query. it will contain both data and structure. open the file in the server explorer. -->right click and select publish to provider -->Select the database file which is in mdf format. -->select the destination folder in the script to file selection. -->Click finish to create the sql query you can use this query in sql server 2005.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Sathesh_pandian
on 11/21/2008
Page 1 of 44 (440 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Getting ready to relaunch my site on Umbraco CMS
Channel 10:
Four Holiday Themes for Windows 7
Channel 10:
Windows Live Plugin "LiveUpload for YouTube" Updated
TechNet Edge:
Windows 7 BranchCache™ Explained
ASP.NET:
Localizing ASP.NET MVC Validation
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online