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:778554
More Search Options
RSS Available
Matching Posts
Re: ASP.NEt
Hi, you can create MasterPages visually by adding them as item to your project within Visual Studio. Through the visual designer, you can drag a Menu and a DropDownList onto your MasterPage. Maybe you should read a book that helps you get startet! Regards Marco Buerckel
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Marco Buerckel
on 2/20/2008
Re: SqlDataAdapter and ADO.NET Controls IN VS 2005
Hi, SqlAdapter, DataSet, SqlCommand etc. aren't controls - they are classes. And it will not make sense to have them in the toolbar. If you wanna use them, access them by your favourite programming language. Regards Marco Buerckel
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Marco Buerckel
on 2/20/2008
Re: File Upload Control
Hi, why don't you persist that information within ViewState or Session or something? Session["LastUploadedFile"] = myFileName; Regards Marco Buerckel
Posted to
Web Forms
(Forum)
by
Marco Buerckel
on 2/20/2008
Re: SqlDataAdapter and ADO.NET Controls
Hi, what you mean with ADO.NET controls? You can only use (databound) web controls. For example, toolbar items are grayed out if you try to use WinForms controls within ASP.NET. Regards Marco Buerckel
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Marco Buerckel
on 2/19/2008
Re: Is it possible increasing and decreasing width or hight of a html table by stretching
Hi, well, then the way to go is a bit harder. I'll not provide complete code, but rather some hints you might find useful: (1) The main process is almost the same. Rows (tr) and cells (td) can also render to a specified width and height via CSS. Just access their style information via JavaScript by using rowHandle.style / tdHandle.style, just like I did within my resizing code above. (2) The detection whether the mouse is within the resizing area needs to be rewritten. Within my code, a global
Posted to
Client Side Web Development
(Forum)
by
Marco Buerckel
on 2/19/2008
Re: Is it possible increasing and decreasing width or hight of a html table by stretching
Hi, I wrote a sample for you that does exactly what you requested. Just copy the code into some HTML file and run it with your IE or FireFox (that browsers I tested). This sample is a bit dirty and might be optimized, but it works without adding additional elements besides the table you wanna resize. It might look better after integrating some functionality from the ASP.NET AJAX client-side programming model. < html > < head > < title >Test</ title > < script type= "text
Posted to
Client Side Web Development
(Forum)
by
Marco Buerckel
on 2/19/2008
Re: update timer programmatically based on records
Hi, sorry but I did not fully understand your request. You got 5 records and set the timers interval to 5 seconds, and if you got 10 records you set the timers interval to 10 seconds? What's the sense? If you're generally interested to fetch data from server to client in a perodical way, there are only two ways. 1. Polling (e.g. make request to the server in 5 second intervals and look for new data) 2. HTTP pushing (aka Comet) With the second possibility, you'll be able to send events
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Marco Buerckel
on 2/19/2008
Re: formview styles
Hi, sure you can use CSS - a class that is asigned to an element will also affect its child elements. Regards Marco Buerckel
Posted to
Data Presentation Controls
(Forum)
by
Marco Buerckel
on 2/17/2008
Re: Multi Select Checkbox using ListView
Hi, well with some javascript knowledge you can port it to the client side, or you can also do it on serverside without a page refresh using the update panel. Regards Marco Buerckel
Posted to
Web Forms
(Forum)
by
Marco Buerckel
on 2/17/2008
Re: Intellisense doesn't work with javascript
Hi, did you take a look at this blog entry? http://weblogs.asp.net/scottgu/archive/2008/02/08/vs-2008-web-development-hot-fix-roll-up-available.aspx Regards Marco Buerckel
Posted to
Visual Studio 2008
(Forum)
by
Marco Buerckel
on 2/16/2008
Page 1 of 15 (142 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online