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:812179
More Search Options
RSS Available
Matching Posts
Re: how to change pictures and text at given interval
Can you share your code.
Posted to
Web Forms
(Forum)
by
shahed.kazi
on 10/30/2009
Re: Adding Space Between Textbox From Code Behind)
It will be easy if you create page with all the static content first and then add more controls as necessary.
Posted to
Web Forms
(Forum)
by
shahed.kazi
on 10/30/2009
Re: QueryString With Special Character
You need to encode/decode the query string. Please check Pass Values Using Query Strings
Posted to
Web Forms
(Forum)
by
shahed.kazi
on 10/30/2009
Re: Trying to save the HTML
It would be better if you save an encoded form of the html content to the database. Later on, when you retrieve the data, try decoding it. You can do so using Server.HtmlEncode() and Server.HtmlDecode() methods.
Posted to
Web Forms
(Forum)
by
shahed.kazi
on 10/29/2009
Re: Running my first asp.net mobile page.
I am trying to create a mobile website that will mainly support BlackBerry devices and Iphones. I am guessing standard asp.net webforms will suffice for this task. Also, is it possible to create shortcuts on the page that users can download and save to their mobile desktop. I know the devices have options to add a page as a bookmark but is it possible to do it on the page.
Posted to
Mobile and Handheld Devices
(Forum)
by
shahed.kazi
on 10/12/2009
Re: Running my first asp.net mobile page.
I obtained the error specified after downloading the template and running it. I read a few articles that suggests mobile form controls are for old mobile devices and most new mobile devices support standard asp.net web forms. Is this ccorrect?
Posted to
Mobile and Handheld Devices
(Forum)
by
shahed.kazi
on 10/11/2009
Running my first asp.net mobile page.
Hi, I am new to asp.net mobile and cannot run my first page. .aspx page <%@ Page Language="C#" AutoEventWireup="true" Inherits="MobileApplication1._default" Codebehind="Default.aspx.cs" %> <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %> <html xmlns="http://www.w3.org/1999/xhtml" > <body> <mobile:Form id="Form1" runat="server">
Posted to
Mobile and Handheld Devices
(Forum)
by
shahed.kazi
on 10/10/2009
Filed under: mobile
Re: Server.MapPath Problem
~ refers to the root of the application. Has your root changed when you upload the files to prod.
Posted to
Web Forms
(Forum)
by
shahed.kazi
on 9/15/2009
Re: have to click submit button twice after validator triggered
If you have a required validator for a TextBox, then you will need some text before the submit button will post back data. If you need to get the posted data, you will need to write code on button submits. eg, <asp:TextBox ID="TextBox11" runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="Req1" runat="server" ControlToValidate="TextBox11"></asp:RequiredFieldValidator> <asp:Button ID="Button11" runat="server"
Posted to
Web Forms
(Forum)
by
shahed.kazi
on 9/15/2009
Re: Cursor "sometimes" disappearing
<asp:TextBox ID="TextBox1" runat="server" style="cursor:text;"></asp:TextBox>
Posted to
Web Forms
(Forum)
by
shahed.kazi
on 9/15/2009
Page 1 of 232 (2312 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Channel 9:
Hanselminutes on 9 - Guided Tour inside the Windows Azure Cloud with Patrick Yantz
ASP.NET:
ASP.NET 4.0 ScriptManager Improvements
WindowsClient:
XAML Toolkit CTP = FxCopXaml + XamlDom + System.Xaml.dll support for Silverlight XAML
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online