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:782422
More Search Options
RSS Available
Matching Posts
Re: * * * * Show document link in gridview and if click the link it should open in Excel Window. * * * *
Imports System.Data.SqlClient Partial Class DocumentHandler Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim conString As String = "connection string" Response.ContentType = "application/ms-excel" Response.AddHeader("Content-Disposition", "attachment; filename=" + Request.QueryString("NWOID")) Dim con As SqlConnection = New SqlConnection(conString) Dim cmd As SqlCommand =
Posted to
Data Presentation Controls
(Forum)
by
flohaas
on 9/8/2009
Re: Weird Behaviour of IE
Yes , it is working in Firefox but not working in IE 6,7,8 when i press F11 to make fullscreen, the application gone, can u help me..
Posted to
Web Forms
(Forum)
by
flohaas
on 8/10/2009
Weird Behaviour of IE
we have developed web application in asp.net 2.0 and ajax 1.0 . we are opening applciation in IE and after that Press F11 to make it Fullscreen. But the page not loading, just getting top banner alone. how can i fix it plz advice on this
Posted to
Web Forms
(Forum)
by
flohaas
on 8/8/2009
Re: Ajax 1.0 Vs Ajax 3.5
Hi DarrellNorton ! .. Thank you for your response. but i couldnt understand yet. my question is : how do i make my application which is in Asp.net 2.0, Ajax 1.0, to work in the server which has asp.net 3.5 and Ajax 3.5. thanks
Posted to
Installation and Setup
(Forum)
by
flohaas
on 7/31/2009
Re: Refresh Page Back To Gridview Data I Was at Previously
hi, 1. you should not redirect to same page. if so, the controls gets refreshed and will lost the old values. 2. you need to bind the dropdown before and after postback. thats it.
Posted to
Visual Basic .NET
(Forum)
by
flohaas
on 7/31/2009
Ajax 1.0 Vs Ajax 3.5
Hi all, We have developed web application in asp.net 2.0, ajax 1.0. we used ajax controls in it. now we are deploying in a server which has asp.net 3.5 and ajax 3.5. but i shows error like "Unable to create type 'ajaxToolkit:CalendarExtender'. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified." what to do how to rectify it? plx
Posted to
Configuration and Deployment
(Forum)
by
flohaas
on 7/30/2009
Ajax 1.0 Vs Ajax 3.5
Hi all, We have developed web application in asp.net 2.0, ajax 1.0. we used ajax controls in it. now we are deploying in a server which has asp.net 3.5 and ajax 3.5. but i shows error like "Unable to create type 'ajaxToolkit:CalendarExtender'. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified." what to do how to rectify it? plx
Posted to
Installation and Setup
(Forum)
by
flohaas
on 7/30/2009
Re: Bug in ModalPopup? (vertical scrollbar)
HI mga911 it is not working... wht to do...
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
flohaas
on 7/4/2009
Re: Update Progress control is not displaying
Refer this.. u may get ur problem solved... http://forums.asp.net/t/1174491.aspx my articles
Posted to
ASP.NET AJAX UI
(Forum)
by
flohaas
on 6/1/2009
Re: how to assign session value
try like this: change code according to ur requirment... Int32 newProdID = 0; string sql = "INSERT INTO Production.ProductCategory (Name) VALUES (@Name); " + "SELECT CAST(scope_identity() AS int)" ; using (SqlConnection conn = new SqlConnection(connString)) { SqlCommand cmd = new SqlCommand(sql, conn); cmd.Parameters.Add( "@Name" , SqlDbType.VarChar); cmd.Parameters[ "@name" ].Value = newName; try { conn.Open(); newProdID = (Int32)cmd.ExecuteScalar(); } catch
Posted to
Getting Started
(Forum)
by
flohaas
on 5/30/2009
Page 1 of 19 (189 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
Channel 10:
Office 2010 "5 Rules" Presentation
Channel 10:
30% off Expression Web 3 until Dec 28th
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
TechNet Edge:
UAG reaches RTM
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online