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:613704
More Search Options
RSS Available
Matching Posts
Re: Help displaying .doc, .pdf, .ppt, etc..on my web page
try to change the content type to the content type you need here's some resource: http://www.feedforall.com/mime-types.htm
Posted to
Getting Started
(Forum)
by
tsantos
on 3/26/2009
Re: Html.DropDownList
I guess you can use javascript to do that. Try this: var initCombo = function() { var cmb = document.getElementById("your_drop_down"); var please_select = new Option("Please Select", ""); cmb.options[0] = please_select; } I hope it works
Posted to
ASP.NET MVC
(Forum)
by
tsantos
on 1/12/2009
Re: Putting a Comment in an aspx page
Just add a <!-- to open a comment and --> to close it. As an example, the button Button1 is commented on the snippet below. < div style =" padding-left : 25px ; border-bottom : thin solid transparent ; "> < asp : Panel ID ="panel1" runat ="server" DefaultButton ="Button1"> < asp : TextBox ID ="TextBox1" runat ="server" Text =' <%# Bind("strName") %> ' /> < asp : TextBox ID ="TextBox6"
Posted to
Getting Started
(Forum)
by
tsantos
on 12/10/2008
Filed under: html
Re: assign click event to button field in gridview for each row.
use AddHandler on RowDataBound event. this is how AddHandler works: http://msdn.microsoft.com/en-us/library/6yyk8z93.aspx
Posted to
Data Presentation Controls
(Forum)
by
tsantos
on 12/5/2008
Filed under: gridiview
Re: How to create a proxy class at command prompt
just in case, use the other slash on the output: /o:"C:/yourFolder/yourfile.vb" im not sure if it works, but just test .. it wont hurt if it doesn't work
Posted to
XML Web Services
(Forum)
by
tsantos
on 12/5/2008
Re: How to create a proxy class at command prompt
Can you post the expression you're running on the command prompt? Perhaps you're missing the quotes or the slashes. Anyway, it should be something like this: > wsdl.exe "http://webserviceaddress.asmx" /language:"vb" /username:"username" /password:"password" /domain:"domain" /o:"C:\YourFolder\YourFile.vb"
Posted to
XML Web Services
(Forum)
by
tsantos
on 12/5/2008
Filed under: web service wsdl
Re: How do I change the source of iframe from another iframe?
I don't really think you should do it thtough code behind. Use this JavaScript. Here's how you access an element on the parent *from* the iframe: self.parent.document.getElementById( "other_iframe" ).src = " http://weblogs.asp.net" ;
Posted to
Web Forms
(Forum)
by
tsantos
on 12/2/2008
Filed under: java script
Re: Server Explorer Disappeared
im having the same problem.. im running windows vista and vs2008 and it happens quite a lot.. and ive done /resetsettings many times ..it used to wirk.. but now it just doesnt... now i tried what truegilly says.. /resetskippkgs and it works perfectly.. thanks a lot
Posted to
Visual Studio 2005
(Forum)
by
tsantos
on 7/29/2008
Filed under: Server Explorer, command prompt, IDE
Re: Casting in C#
both cases would be pretty much the same thing coz you would have to check if obj.ToString() isn't string.Empty or add some exception handling in the case it tries to convert a null value to double data type. I'd say it's a good practice to use: double .TryParse(obj.ToString()); if it fails the conversion it will return a valid value to double data type
Posted to
C#
(Forum)
by
tsantos
on 6/20/2008
Re: Saving a DataSet to a database
try YOURDATASET.AcceptChanges(); take a look here: http://msdn.microsoft.com/en-us/library/xzb1zw3x(VS.80).aspx
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
tsantos
on 6/18/2008
Page 1 of 7 (61 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online