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:848186
More Search Options
RSS Available
Matching Posts
Print iframe content in javascript
Hi All I have tried many option to print a iframe contents, many of them work fine in IE but all are fail on Mozilla Browser. So I request to all of you to please suggest me some code option to print iframe that also support mozilla browser. It is urgent. Please Help Me!!
Posted to
Client Side Web Development
(Forum)
by
Pradeep Kr. Sharma
on 7/9/2009
Please help me to Implement Blog section
Hi All, I am working on an application where i need to implement functionality implemented in blogspot.com. When a user register on this application. I want to show the user blog like username.xyx.com as the same functionality is work in blogspot.com here xyx is the domain of the application. Please help me. How can i create such blog. And how can i show uesr blog with username.xyx.com kind of domain? It is Urgent.....
Posted to
Getting Started
(Forum)
by
Pradeep Kr. Sharma
on 6/2/2009
Urgent Requirement Please Help
Hi All, I have an urgent requirement to convert an mp3 audio file to binary data and binary data to mp3 file. Can somebody help me and provide me code to convert mp3 to binary and binary to mp3 file. Plz help me ! Pradeep Kr. Sharma
Posted to
Free For All
(Forum)
by
Pradeep Kr. Sharma
on 3/19/2009
Re: JavaScript in aspx page
Hi Friend, Here is a way that help you to debug javascript in your application. 1. Open Internet Explorer Go to Tools-->InternetOptions-->Advance and uncheck these options disable script debugging(IE) and disable script debugging(other) options. 2. Type debugger where you want to set a break point then run your application. Try this. Regards! Pradeep Kr. Sharma ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please remember to click “Mark as Answer” on the post that helps you.
Posted to
Getting Started
(Forum)
by
Pradeep Kr. Sharma
on 3/19/2009
Re: asp:DropDownList
Hi Friend, If you are binding list at runtime on the page_load event the put code that bind your list inside this If statement if (!Page.IsPostBack) { } If it not work for you then provide your code. Regards! Pradeep Kr. Sharma ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please remember to click “Mark as Answer” on the post that helps you.
Posted to
State Management
(Forum)
by
Pradeep Kr. Sharma
on 3/13/2009
Re: How to delete page related session information without deleting from the database or datasource
Hi Friend, You can r emove one session object from the session dctionary. Session("UniqueID") = Nothing OR Session.Remove( "SessionObject" ); Try this on page level where you want to remove only one object. Regards! Pradeep Kr. Sharma ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please remember to click “Mark as Answer” on the post that helps you.
Posted to
State Management
(Forum)
by
Pradeep Kr. Sharma
on 3/13/2009
Re: text file send to server
Hi Friend, You can use file upload control to upload any file on the server. 1. First create a FileUpload control and a button on you aspx page like... <asp:FileUpload ID="FileUpload1" runat="server" /> <asp:Button ID="btn" Text="Submit" runat="server" OnClick="btn_Click" /> 2. Save you file on the server in the "Upload" directory on the button click event... protected void btn_Click(object sender, EventArgs e) { if
Posted to
Getting Started
(Forum)
by
Pradeep Kr. Sharma
on 3/13/2009
Re: use IIS 5.1 SMTP, Smart Host to send mails
Hi Friend, If you use the localhost to send mail then there is no need to give any password. You can do it by using namespace System.Web.Mail. Here is the code..... SmtpMail.SmtpServer = "localhost"; MailMessage mail = new MailMessage(); mail.To = " admin@xyz.com "; mail.From = " accounts@xyz.com "; mail.Subject = txtSubject.Text.Trim(); string message = ""; message += "<b>Comment: </b>" + txtComment.Text.Trim() + "<br /><br
Posted to
Getting Started
(Forum)
by
Pradeep Kr. Sharma
on 3/13/2009
Re: Why use properties ?
Hi Friend, Properties provide the opportunity to protect a field in a class by reading and writing to it through get and set method. Properties provide you to access class private member by using get and set methods. To more about properties visit this link..... http://www.csharp-station.com/Tutorials/Lesson10.aspx Regards! Pradeep Kr. Sharma ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please remember to click “Mark as Answer” on the post that helps you.
Posted to
Getting Started
(Forum)
by
Pradeep Kr. Sharma
on 3/13/2009
Re: setting app themes programmatically
Hi Friend, Look at this link. Here you find more about Themes and also a demo project that implement themes. http://www.codeproject.com/KB/aspnet/ThemesAndSkins.aspx Regards! Pradeep Kr. Sharma ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please remember to click “Mark as Answer” on the post that helps you.
Posted to
Getting Started
(Forum)
by
Pradeep Kr. Sharma
on 3/13/2009
Page 1 of 25 (243 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online