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:747463
More Search Options
RSS Available
Matching Posts
Re: Possible to Switch Between Java and VB Script In Content Page
When you say "script in vb", do mean that you have code in VB.NET? If that's the case, there's no language overriding the other. VB.NET is executed on the server, Javascript in the browser.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
gunteman
on 11/24/2009
Re: How to explicitly call : ButtonAdd_Click1(object sender, EventArgs e)
There's no reason to call ButtonAdd_click1. Just call "Process" directly.
Posted to
Data Presentation Controls
(Forum)
by
gunteman
on 11/23/2009
Re: Why would a <%# eval %> act link a link field in mobile browser?
Mobile Safari detects phone numbers and turns them into dialup links. You can disable the behavior by adding a meta header <meta name = "format-detection" content = "telephone=no" >
Posted to
Mobile and Handheld Devices
(Forum)
by
gunteman
on 11/20/2009
Re: should the dll and the pdb file be excluded when a solution isn't running?
The DLLs and PDBs are either the output of the application or references, and as such they should NOT be included. In other words, it is normal.
Posted to
Visual Studio 2008
(Forum)
by
gunteman
on 11/20/2009
Re: Using a Session Field as a query parameter - Blank GridView
Unless you explicity put stuff into Session, nothing will be there. The name of the current user is (normally) stored in an encrypted cookie, not in Session. You can get the user name from Page.User.Name, and set the parameter from code. Another option is to create a new kind of parameter, as outlined here. http://stackoverflow.com/questions/1574554/how-to-utilize-asp-net-current-user-name-in-sqlparameter-without-code-behind/1574761#1574761
Posted to
Data Presentation Controls
(Forum)
by
gunteman
on 11/17/2009
Re: Using a Session Field as a query parameter - Blank GridView
Sorry, I forgot to write Identity in there Page.User.Identity.Name
Posted to
Data Presentation Controls
(Forum)
by
gunteman
on 11/17/2009
Re: Gridview for Profile management with Multiple Providers
Why the datatable? Use "iItems" as the datasource for the GridView.
Posted to
Data Presentation Controls
(Forum)
by
gunteman
on 11/15/2009
Re: Streaming PDF With Search Option
The search hash is not part of the actual URL. It's a feature of the reader plugin. In theory, it should work if you use it in the URL to your HttpHandler.
Posted to
HttpHandlers and HttpModules
(Forum)
by
gunteman
on 11/10/2009
Re: Extracting images from a powerpoint, without having Microsoft.Office.Interop.PowerPoint.dll in the GAC
Even if you had access to the GAC you would be out of luck, since the Powerpoint application must also be installed on the server. Currently, I think the only way is to use Aspose Slides (or possibly a tiny installation of OpenOffice)
Posted to
Enterprise Services Integration
(Forum)
by
gunteman
on 11/10/2009
Re: hierarchy structure with nested set model
As long as every tree operation (move,delete,add) is immediately handled by the backend (send commands using AJAX) or batched into an ordered list of operations, you should not have any problems. The UI should not know anything about the right/left values.
Posted to
Web Forms
(Forum)
by
gunteman
on 11/10/2009
Page 1 of 317 (3168 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