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:697423
More Search Options
RSS Available
Matching Posts
Re: dropdown problem
Can u plz post ur code behind and html separately..but post only specific info. i mean the code where u r binding the drop downs.n the events for the dropdowns etc.
Posted to
Web Forms
(Forum)
by
Sam.Dev
on 7/20/2009
Re: UpdatePanel permanently change my textbox.text value
Hi Check where u r binding ur text box most probably on each post u r rebinding it to orignal value put ur binding logic for text box in the following area under the page_load event if(!Page.IsPostBack) { //bind ur text box here. this will only bind it once during the loading n on each post nack this section //will not be called so ur new value will persist } hope this helps
Posted to
ASP.NET AJAX UI
(Forum)
by
Sam.Dev
on 7/2/2009
Re: File Reading in Fast Way
actuallu dtreamreader every time send data into buffer so it cause slow performance.. so i need alternative or anyother suggestion...or need to implement any wrapper method ... thnks
Posted to
C#
(Forum)
by
Sam.Dev
on 5/19/2009
File Reading in Fast Way
if (!reader.EndOfStream) { string columnHeaderLine = reader.ReadLine(); if (columnHeaderLine.Contains("<<Sheet")) { //this is a multiple sheet output nNumOfSheets = 1; bIsMultipleSheet = true; columnHeaderLine = reader.ReadLine();//so as to go to Column Header Line } } i m using StreamReader.ReadLine method to read a text file my issue is if file is so big like if its size is in GB's then it causes slow performance.. So is there any other alternative or algo to read file in more
Posted to
C#
(Forum)
by
Sam.Dev
on 5/19/2009
Re: server tag not well formed error in a href
Ur closing tag for anchor is missing use this <a id="msgLink" runat="server" href='#' onclick='Chat_OpenContact(<%# Eval("CrewName")%>)' > </a> Note the </a> cloasing anchor tag
Posted to
Data Presentation Controls
(Forum)
by
Sam.Dev
on 4/17/2009
Re: Modal Popup Placement in IE6
before showing modelpopup write this line document.body.style.overflow = 'hidden'; and after hide set it ito document.body.style.overflow = 'auto'; i.e in this example document.body.style.overflow = 'hidden'; modalPopupBehavior.show(); and when need to hide $find('programmaticModalPopupBehavior').hide(); document.body.style.overflow = 'auto';
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Sam.Dev
on 2/5/2009
Re: how to get the fractional part of double
Agreed with zeeshan Roba thnks again for a gud solution
Posted to
Getting Started
(Forum)
by
Sam.Dev
on 1/27/2009
Re: how to get the fractional part of double
[quote user="Roba"]fraction = value - Math.Floor(value);[/quote] in my view its a gud way n working fine.... please suggest any case if i m missing byusing this method thnks
Posted to
Getting Started
(Forum)
by
Sam.Dev
on 1/27/2009
how to get the fractional part of double
can anyone suggest me code ...how to get fractional part of a double numbe rin C# like 2.89-------- > .89 1.2---------> .2 thnks
Posted to
Getting Started
(Forum)
by
Sam.Dev
on 1/26/2009
Re: How to change Update Panel Visibility At Runtime
u can use a panel tht would encapsulate all the controls n then u can set the visible propert of the panel
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Sam.Dev
on 12/31/2008
Page 1 of 35 (342 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online