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:813959
More Search Options
RSS Available
Matching Posts
Re: How to combine two SELECT statement into One Query
Try to use a UNION between the two select statements.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
joydeepsen
on 8/31/2009
Re: GridView control
Hi, You are not handling the PageIndexChanging event. Add the code in your code behind, protected void MyGridView_PageIndexChanging(object sender, GridViewPageEventArgs e) { grdDetails.PageIndex = e.NewPageIndex; BindGrid();// fuction that bind the grid } private void BindGrid() { grdDetails.DatSource=YourDataSource; grdDetails.DataBind(); } Hope it helps
Posted to
Data Presentation Controls
(Forum)
by
joydeepsen
on 8/21/2009
Re: Dynamically loading custom ascx control class in website project
[quote user="tuka"] var control = (HE_ContentTop_WebControl1)Page.LoadControl( "~/ContentTop/WebControl1.ascx" ); [/quote] Hi, Try this , HE_ContentTop_WebControl1 control = (HE_ContentTop_WebControl1)Page.LoadControl( "~/ContentTop/WebControl1.ascx" );
Posted to
Web Forms
(Forum)
by
joydeepsen
on 8/18/2009
Re: modal dialog and grid
Hi , Please check the thread http://forums.asp.net/t/1150533.aspx It is saying that adding < base target =_self> in the header section of your page that you are openning as modal could solve your problem. Try it out
Posted to
Client Side Web Development
(Forum)
by
joydeepsen
on 8/17/2009
Re: Close a Specific page
Hi, You might be having a Button "Close" to close the specific form. So do like below, <asp:Button Text="Close" runat="server" CssClass="buttonstyle" OnClientClick="window.close();return false;" /> Hope it helps
Posted to
Client Side Web Development
(Forum)
by
joydeepsen
on 8/12/2009
Re: Calculate percent in c#
hi, If you only want the value before decimal point why do not you use the function, double myresult = 99.53596287703016241299303944M return Math.Floor(myresult).ToString();
Posted to
C#
(Forum)
by
joydeepsen
on 8/10/2009
Re: Java Script Variable from Code Behind
Hi, Please check that somebody has removed or renamed the variable LatarrValue or not. Also please check that where the variable has been declared. It should be declared as a class level variable not a method level variable.
Posted to
Client Side Web Development
(Forum)
by
joydeepsen
on 8/9/2009
Re: Java Script Variable from Code Behind
[quote user="srinivaskotra"] var LatVal = document.getElementById('<%= LatarrValue .ClientID%>').value; [/quote] Hi, We use the above code to actually access the client ID of a server control. But i think he is trying to access a server variable in the client side and the syntax he has provided is ok.
Posted to
Client Side Web Development
(Forum)
by
joydeepsen
on 8/9/2009
Re: Adding multiple database connection in web.config
[quote user="decker dong - msft"] 2) use this code below: view plain copy to clipboard print ? string connstr = ConfigurationManager.ConnectionStrings[ "Connection Name Here" ].ConnectionString; [/quote] We can use WebConfigurationManager class as well. string conString=WebConfigurationManager.ConnectionStrings["Connection Name Here"].ConnectionString;
Posted to
Data Presentation Controls
(Forum)
by
joydeepsen
on 8/4/2009
What is the regular expression for the below pattern?
Hi all, Can anybody tell me what is the regular expression for the below patternm? <td><a> something 1 </a> </td> <td><a> something 2 </a> </td> <td><a> something 3 </a> </td> Any reply will be appriaciated
Posted to
C#
(Forum)
by
joydeepsen
on 7/30/2009
Page 1 of 77 (768 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online