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:660146
More Search Options
RSS Available
Matching Posts
Re: building a gridview at runtime
Hey Moises, sorry for the long time to reply you, I've been very busy this last week, so I didn't have the time to reply you like I was expecting. So sorry! Looks like you already found the solution by yourself! That's great!!! But anyway I hope that you excuse me for didn't not reply you before. Hope I can help you in a near future! see u Kalel
Posted to
Data Presentation Controls
(Forum)
by
kalel
on 11/8/2008
Re: Embedding a Youtube video in vs2005
Don't worry Juwar! Actually I've recieved the points anyway. So.. see you in the forum... Kalel
Posted to
Getting Started
(Forum)
by
kalel
on 11/8/2008
Re: building a gridview at runtime
OK! I will study it and see if I can help you. Kalel
Posted to
Data Presentation Controls
(Forum)
by
kalel
on 11/1/2008
Re: Embedding a Youtube video in vs2005
Anytime Juwar! But you didn't give the points for the answer , because you clicked answer in your own message, like it was yourself that was figured out the solution, understand? Anyway, that's ok, the important it's that worked for you. Have a nice weekend! Kalel
Posted to
Getting Started
(Forum)
by
kalel
on 11/1/2008
Filed under: embedding youtube video vs2005 asp.net 2.0 label
Re: building a gridview at runtime
Moises, what javascript function this onclick= "SetActive('FieldSetCenter');" calls? Please, post the complete code of your .aspx page and the complete .aspx.cs so I can help you better.
Posted to
Data Presentation Controls
(Forum)
by
kalel
on 10/31/2008
Re: building a gridview at runtime
Ok Moises, I will study your code and try figure out a solution as soon as possible ok? see ya Kalel
Posted to
Data Presentation Controls
(Forum)
by
kalel
on 10/31/2008
Re: Embedding a Youtube video in vs2005
Hi Juwar, all you have to do is create a label control instance on the visual code part like this: < asp:Label ID= "LabelShowYouTubeVideo" runat= "server" ></ asp:Label > And in the code behind the page you can use this code: // this is the YouTube Video ID, here you replace by // the code of the one you want to show string VideoID = "nQJACVmankY" ; // Here this code you show in the label the YouTube Video that you put the code LabelShowYouTubeVideo.Text
Posted to
Getting Started
(Forum)
by
kalel
on 10/31/2008
Re: Button click event firing twice while refreshing page
Krishnan,I think this code can solve your problem: Protected Sub ibtnAdd_Click( ByVal sender As Object , ByVal e As System.Web.UI.ImageClickEventArgs) If Not Page.IsPostBack //Your code here for insert record to database End If End Sub But If doesn't can you copy/paste your entire code from the aspx page and the vb code here? So I will try help in another way. I will be waiting your reply
Posted to
Web Forms
(Forum)
by
kalel
on 10/31/2008
Re: Gridview / TableAdapter SQL Timeout Error - Timeout expired.
Hi, you should use the CommandTimeout property for the SqlCommand instance object. Like in this code above: oSqlCommand = new SqlCommand(sSql, oSqlConnection); oSqlCommand. CommandType = CommandType.Text; oSqlCommand.CommandTimeout = 360; // the time it's in seconds But I would need to see your entire code to be able to help you better, because I don't know exactly your code is doing the connection... etc I will be waiting your reply, for try to help you. Kalel
Posted to
Data Presentation Controls
(Forum)
by
kalel
on 10/31/2008
Re: building a gridview at runtime
Hi! Can you post your full code please? So I can try help you better.
Posted to
Data Presentation Controls
(Forum)
by
kalel
on 10/31/2008
Page 1 of 5 (42 items) 1
2
3
4
5
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