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:772121
More Search Options
RSS Available
Matching Posts
Re: Dynamic Code Compile/Execution in Custom Control
using System; using System.CodeDom.Compiler; using Microsoft.CSharp; using System.Reflection; public partial class Default4 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ICodeCompiler objCodeCompiler = new CSharpCodeProvider().CreateCompiler(); CompilerParameters objCompilerParameters = new CompilerParameters(); objCompilerParameters.ReferencedAssemblies.Add("System.dll"); objCompilerParameters.ReferencedAssemblies.Add("System.Web.dll"); objCompilerParameters
Posted to
Custom Server Controls
(Forum)
by
babuji_godem
on 10/19/2009
Re: Go To Definition... I Don't Want The Metadata!
Thanks. That Works. But unable to get the update reference.
Posted to
Visual Studio 2005
(Forum)
by
babuji_godem
on 8/18/2009
Re: "AJAXControlToolkit" is undefined
First, look for the simple. If it's your machine's date time is in the past (or the future), then it is easy to fix. Just change your system clock. In our case, it is not that straight forward. We have moved the time forward for a while, and ASP .NET 2.0 SP1 was installed while the time is in the future. So basically the assemblies and GAC modified date time is in the future. AJAX does not like it. I guess it is a bug. We wanted to uninstall and reinstall SP1, but windows does not allow us
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
babuji_godem
on 8/3/2009
Re: The project file '.csproj' cannot be opened.
Run the following command Devenv.exe /ResetSkipPkgs Clears all options to skip loading added to VSPackages by users wishing to avoid loading problem VSPackages, then starts Visual Studio.
Posted to
Installation and Setup
(Forum)
by
babuji_godem
on 7/29/2009
Re: Page.Load event in master page fires twice?
http://blogs.microsoft.co.il/blogs/tamirs/archive/2009/03/16/page-load-event-fires-twice.aspx Page_Load Event Fires Twice I had a very annoying bug today. One of the pages at my web application raises its Page_Load event twice for some reason. At the first time, Page.IsPostBack = true, and false at the second time. One of the interesting things was that this wrong behavior described above was occurring only when browsing using Internet Explorer. Firefox wasn’t post back again (well, except if you
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
babuji_godem
on 6/26/2009
Re: Failed to generate a user instance of SQL Server
If you are using the membership provider and web parts, the connection string name should be LocalSqlServer
Posted to
Visual Web Developer 2005 Express
(Forum)
by
babuji_godem
on 6/3/2009
Re: Exception Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.
If you add a reference to Microsoft Excel and then try to use it within your ASP.NET application you may receive the following error. Server Error in '/excel' Application. Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005. Example Application The problem is that by default Microsoft Excel as a COM object can only activated by the following accounts: Administrator System Interactive When you are running
Posted to
Enterprise Services Integration
(Forum)
by
babuji_godem
on 4/7/2009
Re: Adding and Removing User Controls Dynamically
Check this http://www.codeproject.com/KB/user-controls/DynamicUC.aspx
Posted to
Web Forms
(Forum)
by
babuji_godem
on 4/3/2009
Re: C# - Make Zip file with site folder contents (doubt)
http://www.eggheadcafe.com/tutorials/aspnet/9ce6c242-c14c-4969-9251-af95e4cf320f/zip--unzip-folders-and-f.aspx
Posted to
Free For All
(Forum)
by
babuji_godem
on 3/26/2009
Re: Gridview: How to create a column that will autogenerate the serial number of each row
int i=0; protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { i+=1; label lblSerial = (Label)e.row.findcontrol("lblSerial"); lblSerial.Text = i.tostring(); } } if the gridview has more pages, change the i value based on PageIndex.
Posted to
Data Presentation Controls
(Forum)
by
babuji_godem
on 3/17/2009
Page 1 of 6 (51 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online