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:877263
More Search Options
RSS Available
Matching Posts
Not able to full screen the video
I have write this code to embed a youtube video in asp.net page. But when i am trying to view it in fullscreen mode. i am not able to do it. <object width="320" height="265"> <param name="movie" value="http://www.youtube.com/v/H5vNSLmL5sA" /> <param name="wmode" value="transparent" /> <param name="allowFullScreen" value="true" /> <embed src="http://www.youtube.com/v/H5vNSLmL5sA" allowfullscreen
Posted to
Free For All
(Forum)
by
manjeetrocks
on 9/18/2009
Filed under: asp .net 2. 0, playing videos in asp.net page, Embeding youtube video in asp.net Page
Problem in gridview
Hi i am using a gridview to show students record it is going well Table columns are rollno(primary key), name, Attandance,Description but i want a checkbox in front of every row in gridview to select any no. of students to update their attendance in a go. how can i do this.
Posted to
Data Presentation Controls
(Forum)
by
manjeetrocks
on 7/17/2009
Filed under: grid view
Re: No value given for one or more required parameters
You need to write parameters for Gridview.
Posted to
Web Forms
(Forum)
by
manjeetrocks
on 7/4/2009
Re: Disable images in ASP.NET
<location path="UserImagesFolder"> <system.web> <authorization> <deny users="*"/> </authorization> </system.web> </location>
Posted to
Getting Started
(Forum)
by
manjeetrocks
on 7/4/2009
Re: Trying to call string from Page_load event in Button_click event
See there are many ways of doing this. i think you have declared the variable CustomerID in Page_Load event handler. declare it outside the Page_Load event handler and initialize it in the page load. then it's value will be accessible through the whole page. Mark it as answer if it solved your problem.
Posted to
Web Forms
(Forum)
by
manjeetrocks
on 7/3/2009
Re: How to download the project.
A starter kit is already there in our Visual Studio Templates named Personal starter kit. You can check that one also. or you can download from the asp.net web site by clicking here. http://www.asp.net/downloads/starter-kits
Posted to
Personal Site Starter Kit
(Forum)
by
manjeetrocks
on 7/2/2009
Filed under: download starter kits
Re: How to download the project.
A starter kit is already there in our Visual Studio Templates named Personal starter kit. You can check that one also. or you can download from the asp.net web site by clicking here. http://www.asp.net/downloads/starter-kits
Posted to
Personal Site Starter Kit
(Forum)
by
manjeetrocks
on 7/2/2009
Filed under: download starter kits
Re: How to execute a JavaScript function from C#?
How you want to execute this function i.e. on a button_click or on form_load or any selection plz be specific while posting any query with your problem. here is the logic to access this function. suppose you want to access this function on a button click. in the form Load event handler type the following line of code: button1.attributes.add("onclick","getSelectedReportRoleId()"); that's it. plz mark it as answered if this is what you were looking for so that others can also
Posted to
Client Side Web Development
(Forum)
by
manjeetrocks
on 7/2/2009
Filed under: calling a javascript function on a button click
Re: Detailviews
protected void DetailsView1_PageIndexChanged(object sender, EventArgs e) { DetailsView2.PageIndex = DetailsView1.PageIndex; DetailsView3.PageIndex = DetailsView1.PageIndex; }
Posted to
Data Presentation Controls
(Forum)
by
manjeetrocks
on 7/2/2009
Re: how to show arraylist values in label
foreach ( string x in myTest.ToString()) { lblResults.Text += x + ", "; }
Posted to
Web Forms
(Forum)
by
manjeetrocks
on 7/2/2009
Page 1 of 2 (19 items) 1
2
Next >
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online