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:765642
More Search Options
RSS Available
Matching Posts
Re: Gridview problem...
Hi, when you are getting the index value thn try in some other way to get the value of the second cell. I think "Instance Name". To get the Instance Name try code like this. Lable lblInstancename=(Label) Gridview1.Rows[index].FindControl("Label1"); string temp=lblInstancename.Text; I have written in c# , please convert it to vb. Regards, Mulukutla .
Posted to
Data Presentation Controls
(Forum)
by
Mulukutla
on 5/19/2009
Re: Using a ListBox in ModalPopupExtender
Please explain clearly, when posting a problem. Or else ur post will mislead the persons who wanted to help you. Or it won't grab the attention of the user. Regards, Muluktla
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Mulukutla
on 5/19/2009
Re: empty alert message box when running web application with IP address.
Hi kipo, I'm placing the code over here, which i have written for right click disable. This is working fine when running as http://localhot/website1/Default.aspx but getting empty message box for http://123.123.123.23/website1/Default.aspx (not the same which I'm using.) //To disablerightclick in the application document.onmousedown=disableclick; status="Due to security reason, Right Click is not allowed"; function disableclick(e) { if(event.button==2) { alert(status); return false;
Posted to
Web Forms
(Forum)
by
Mulukutla
on 1/20/2009
empty alert message box when running web application with IP address.
Hello, I have a page works with MasterPages & Ajax, when I click a button before the submit I coded for some alert message box. It's working fine if running in localhost. but when application is running with IP address get an empty alert message box with no text. this could happen if an exception is raised but the error settings in the web.config file is set to off <customError="Off" /> what causes the empty alert message box?? Regards, Mulukutla
Posted to
Web Forms
(Forum)
by
Mulukutla
on 1/20/2009
Re: SMTP server and email FAQ
Exchange Server must setup for ur system. which must allow mailing sending from ur system not from sify or other. you may need to install licensed version of MS outlook 2000 or 2003 0r 2007. else you go with pop.gmail.com server which uses Gmail pop3 server Regards, Mulukutla
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
Mulukutla
on 12/5/2008
Re: SMTP server and email FAQ
Hi, If you are having this page in a public website, and your site has mailing enabled, then you will have pop3 address for your mailbox. Give that value to smtpClient.Host. If you are practising it in your localhost. and If it is outlook enabled or Mailing server then give the name of the mailing server for Host. Regards, Mulukutla
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
Mulukutla
on 12/4/2008
How to read attachments from POP3 mail client.
Hi All, I have came across a requirement in my project. I have to pull the mails from a user account of POP3 server and need to save the attachment in the database or need to show it. when i googled i came up with some code, and it is all about "How to read a mail of POP3 client.". But here i need to read the (decrypt and show) attached file of a particular mail from the user account.. Please help me.. Thankfull to you in Advance.... Regards, Mulukutla.
Posted to
Getting Started
(Forum)
by
Mulukutla
on 11/17/2008
Re: what is equivalent HTTP_REFERER
what if i have opened the Page2.aspx from Page1.aspx with a javascript and not with response.redirect or PostBackUrl. Then how can i block the user directly hiting the Page2.aspx in the browser. Regards, Mulukutla
Posted to
Migrating from Visual Studio .NET 2003 to Visual Studio 2005
(Forum)
by
Mulukutla
on 11/4/2008
Re: what is equivalent HTTP_REFERER
what if i have opened the Page2.aspx from Page1.aspx with a javascript and not with response.redirect or PostBackUrl. Then how can i block the user directly hiting the Page2.aspx in the browser. Regards, Mulukutla
Posted to
Migrating from Visual Studio .NET 2003 to Visual Studio 2005
(Forum)
by
Mulukutla
on 11/4/2008
Re: DataGrid working but Gridview Not working ???
Hi Santosh, May be you have missed the Row Type condition in the Gridview. Check it out once. Regards, Mulukutla
Posted to
Data Presentation Controls
(Forum)
by
Mulukutla
on 9/19/2008
Page 1 of 9 (88 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
ASP.NET:
Visual Studio 2010 and .NET 4 Update
WindowsClient:
Microsoft’s product placements in The Big Bang Theory
Channel 9:
Channel 9 Live at PDC09: Martin Cron
Channel 9:
Channel 9 Live at PDC09: Erik Meijer and Thomas Lewis
WindowsClient:
Download Data Services Update for .NET 3.5 SP1
Silverlight:
Extending the SMF for the HVP
Silverlight:
Extending the SMF for the HVP
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
Channel 10:
Bing Maps Update: Map Embeds and Draggable Routes
WindowsClient:
New WPF Showcase: WEB Touch
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online