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:865368
More Search Options
RSS Available
Matching Posts
Re: Problem in dataGrid
post your code (aspx and code behind)
Posted to
Data Presentation Controls
(Forum)
by
Abdulla.AbdelHaq
on 11/21/2009
Re: Debug looking for CodeBehind
send your page directive tag, and your code behind class name.
Posted to
Visual Studio 2008
(Forum)
by
Abdulla.AbdelHaq
on 11/17/2009
Re: ?? Beginner UpdatePanel Trouble ??
Yes that's normal, update panel will execute the page life cycle every postback. updatepanel is tricky way to do a postback without makes the end user to notice, that's all. Do you asked your self before, why do have a cascade dropdownlist extender? we can just use updatepanel instead! we can drag three dropdownlist inside updatepanel, right ? No .. now here is the point, updatepanel will execute the whole page life cycle, where in cascade dropdownlist extender will execute the webmethod
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Abdulla.AbdelHaq
on 11/17/2009
Re: How To keep Focus on the Current ASP.NET TextBox Control..?
the above code did not worked with you !! do not tell me that you are doing a postback . post your code.
Posted to
Client Side Web Development
(Forum)
by
Abdulla.AbdelHaq
on 11/17/2009
Re: Error only occurs if I have a step thru a method
listen, print screen the yellow error page, and post it here.
Posted to
Getting Started
(Forum)
by
Abdulla.AbdelHaq
on 11/17/2009
Re: post back issue
when you remove the "Page.IsPostBack" you actually are rebinding the gridveiw, so the last viewstate/events will be gone. because you are generating a new gridview with a new data. why you want to put the bind method outside page.ispostback ?
Posted to
Web Forms
(Forum)
by
Abdulla.AbdelHaq
on 11/17/2009
Re: Error only occurs if I have a step thru a method
What kind of Error ?
Posted to
Getting Started
(Forum)
by
Abdulla.AbdelHaq
on 11/16/2009
Re: DateTime arethmetic overflow error
[quote user="istakoza"] The problem is that my user inputs the date in dd/MM/yyyy format where the code behind interprets the date by default as MM/dd/yyyy. I have no choice with what the user inputs because I am using validation with a calendar extender and that is the only way it will work. So, I need to do a date format conversion in the code behind somehow. [/quote] make the date textbox to be readonly, extend it with ajax calendar extender with format dd/MM/yyyy (you can format the
Posted to
Visual Basic .NET
(Forum)
by
Abdulla.AbdelHaq
on 11/16/2009
Re: Casting error
try this Dim str As String = "25.0" Dim value As Decimal If IsNumeric(str) Then value = CType(str, Decimal) Else value = 0D End If
Posted to
Visual Basic .NET
(Forum)
by
Abdulla.AbdelHaq
on 11/15/2009
Re: nested masterpage findcontrol problem
I wrote article about that check this out http://aspalliance.com/1737_CodeSnip_Find_Control_in_Nested_Master_Pages
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Abdulla.AbdelHaq
on 11/15/2009
Page 1 of 77 (763 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Recent Podcasts
Silverlight:
Silverlight 4 NotificationWindow and Queuing multiple notifications
WindowsClient:
Fishbowl: A WPF Front-end for Facebook, with Full Source
Silverlight:
Fixing Visual Studio 2010 and Blend Preview for .NET 4 integration
Silverlight:
RIA Services templates not showing in Visual Studio 2010?
Silverlight:
Microsoft PDC09 and Silverlight Round-up
WindowsClient:
TestApi v0.4 Released!
WindowsClient:
Karl Shifflett’s WPF and Silverlight shared design-time code
ASP.NET:
T4MVC 2.5.01: added support for Html.RenderAction and Html.Action
WindowsClient:
DTACM (D.C.'s Test Automation Coding Manifesto)
Channel 9:
Reactive Extensions API in depth: Until and WaitUntil
WindowsClient:
A Custom Storyboard Component in Xaml
WindowsClient:
Fishbowl – A Facebook sample app in WPF
TechNet Edge:
Visio 2010 Process Diagrams: Drawing on Experience with Mark Nelson
Mix Online:
Gestalt Grows Up
Mix Online:
Introducing Gestalt 1.0 and the Gestalt Widget Pack
ASP.NET:
Lot’s of new software for IIS, ASP.NET, AJAX and PHP this week
Silverlight:
A Party Game.
Silverlight:
Silverlight 4 Fluid UI
WindowsClient:
XAML 2009 Features: FactoryMethod\Arguments
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online