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:617439
More Search Options
RSS Available
Matching Posts
Custom configuration file
Hey guys, I am trying to create a custom configuration file for each module in our application ( for management and maintenance purposes ). So I used a technique to create a new configuration file let's say Forecast.config inside a configuration folder in our rapplication root with the following schema : <? xml version = " 1.0 " ?> < appForecastSection > <!-- Forecast Year configuration --> < add key = " Year " value = " 2008 " /> <!--
Posted to
Configuration and Deployment
(Forum)
by
Joseph Ghassan
on 3/6/2008
Re: I want to handle both OnClick="Button2_Click" OnClientClick="return stop();" how can I do that
Because your javascript function is always returning false. Rewrite your javascript method to meet your requirements. Hope this helps, Joseph
Posted to
Client Side Web Development
(Forum)
by
Joseph Ghassan
on 2/8/2008
XMLHttpRequest data encoding error - Serialization problem?
The problem exists when sending text using XMLHttpRequest from webForm to the server to compare using full-text search in SQL server 2005, The text that generates problems is from languages with accented letters(french, spanish...), or Arabic. The database Collation is SQL_Latin1_General_CP1_CI_AS. The webform codepage=65001 (Utf-8) When we insert text in the database, we get the text like "Horn� prav� roh" or "?????", although we used the N' in the insert statement. Any suggestion
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Joseph Ghassan
on 2/6/2008
Re: Scroll to top after update panel is updated
Hi, Check this article : http://www.mediacollege.com/internet/javascript/page/scroll.html Hope this helps, Joseph
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Joseph Ghassan
on 2/3/2008
Re: Navigating-Moving information across pages
Hi, you can use either the Session object or QueryString to pass informations accros pages. Just when the user click the button you catch the entered UnserSurname value and put it in the Session object : Session["Surname"] = TextBox1.Text; and then you redirect the other page, their you get the value of the Session variable and use it to get the Filtered DataSource for the gridview For QueryString check here : http://msdn2.microsoft.com/en-us/library/system.web.httprequest.querystring.aspx
Posted to
Web Forms
(Forum)
by
Joseph Ghassan
on 2/3/2008
Re: Large TreeView and UpdatePanel
Hi, Treeview control is not supported inside an update panel. Check this treeview control : http://ajaxwidgets.com/AllControlsSamples/TreeView.aspx Hope this helps, Joseph
Posted to
Client Side Web Development
(Forum)
by
Joseph Ghassan
on 2/3/2008
Re: Referencing the Web Site Root
You usually use ../ to go a level up. So to access the root folder from a sub folder just use ../page.html Hope this helps, Joseph
Posted to
Getting Started
(Forum)
by
Joseph Ghassan
on 2/3/2008
Re: example
I think by omitting the virtual keyword for the methods in the base class. Hope this helps, Joseph
Posted to
C#
(Forum)
by
Joseph Ghassan
on 2/2/2008
Re: Confirmation
Hi, Check this article : http://www.codeproject.com/KB/webforms/GridViewConfirmDelete.aspx Hope this helps, Joseph
Posted to
Client Side Web Development
(Forum)
by
Joseph Ghassan
on 2/2/2008
Re: pageload
Hi, That's because each time you are making a PostBack, the Page_Load event is triggered before any other Object level events on the page and your TexBoxes will be Initialized with the same values, so changes made on the page will be overriden. You should wrap your code in the Page_Load event of the Page with : if( ! IsPostBack) { //Your code } Hope this helps, Joseph Joseph
Posted to
Web Forms
(Forum)
by
Joseph Ghassan
on 2/2/2008
Page 1 of 14 (134 items) 1
2
3
4
5
Next >
...
Last »
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 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
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online