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:812697
More Search Options
RSS Available
Matching Posts
Re: Display the name of logged in user and allow chatting asp.net
Try this to find people online and for chat application try this .
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/9/2009
Re: This code does not show the arrow down
Try this Multi select Dropdown list in ASP.NET for your requirement http://www.codeproject.com/KB/user-controls/MultiSelectDropdownList.aspx
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/9/2009
Re: How to Read .doc file in C#
Hope the discussion on the same at here will help you. http://forums.asp.net/t/1404477.aspx
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/8/2009
Re: Spell Checker for .NET?
Try this http://www.codeproject.com/KB/aspnet/checkspelling.aspx Have a look at this too http://forums.asp.net/p/1463598/3370663.aspx
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/8/2009
Re: giving name in textbox
You can do like this with java script: <asp:TextBox ID="txtWaterMark" runat="server" Text="First Name" ForeColor="Gray" onfocus="hide();" onfocusout="show();"></asp:TextBox> <script type="text/javascript"> function hide() { if (document.getElementById('<%= txtWaterMark.ClientID %>').value == "First Name") { document.getElementById('<%= txtWaterMark.ClientID %>').value = "";
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/8/2009
Re: Add appointment to Exchange public calendar from a webpage?
Try http://www.winscripter.com/WSH/MSOffice/90.aspx http://www.vbdotnetheaven.com/UploadFile/sridhar_msd/TaskInOutLook07022007023227AM/TaskInOutLook.aspx http://msdn.microsoft.com/en-us/library/aa168022(office.11).aspx
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/8/2009
Re: dropdown list with "Loading Icon"
Try this... <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PageLoadProgress.aspx.cs" Inherits="PageLoadProgress" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/javascript" language="javascript">
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/4/2009
Re: .Flv and .swf file in asp.net page
Can do like this... PlayVideo.aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PlayVideo.aspx.cs" Inherits="PlayVideo" %> <%@ Register Namespace="Backbone.UserControls" TagPrefix="cc" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server">
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/4/2009
Re: show message box at the end of process
Write a class like this..
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/3/2009
Re: show message box at the end of process
Write a class like this.. using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; public static class MessageBox { /// <summary> /// Shows messagebox with the specified message. /// </summary> /// <param name="message"></param> public static void Show(string message) { Page executingPage = HttpContext.Current.Handler as Page; if (executingPage != null) { executingPage.ClientScript.RegisterStartupScript
Posted to
Web Forms
(Forum)
by
Ram Reddy Mekha
on 9/3/2009
Page 1 of 110 (1100 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online