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:770771
More Search Options
RSS Available
Matching Posts
Re: ASP label write (javascript controlled) value to database
Label can't retain javascript changed value to the server side. Change Your Label to hiddenfield like : Change < asp : Label ID ="lblCompanyID" runat ="server" Text="5" /> to -> < asp : HiddenField ID ="lblCompanyID" runat ="server" Value ="5" /> One more change in your javascript function : Change document.getElementById("lblCompanyID").innerText = "1"; to -> document.getElementById("lblCompanyID"
Posted to
Client Side Web Development
(Forum)
by
sethi.bhushan
on 11/24/2009
Re: javascript slideshow/image rotation
HI Solomon, I think the code you have written in correct . Try it !! if it will not work then tell !! You can also refer http://javascript.internet.com/image-effects/js-slideshow-script--ii.html This has a example. PLEASE MARK THIS AS ANSWER IF IT HELPS YOU
Posted to
Client Side Web Development
(Forum)
by
sethi.bhushan
on 11/10/2009
Re: Collapsed functionality for Check Boxes
Hi Silverlight Programmer, Just few changes without using jquery and you'll done. Change your code to : ( I have just added 4 spans here 1 before each group and one global) <span id="gropus"> <span onclick="GeoRSS(this)"> <input id="cbEdu" type="checkbox" onclick="GeoRSS('cbEdu')" />Education<br />     <input id="cb1" type="checkbox" onclick="GeoRSS('cbCrime'
Posted to
Client Side Web Development
(Forum)
by
sethi.bhushan
on 11/10/2009
Re: Help to improve Javascript Code
Hi Silverlight Programmer, Just few changes without using jquery and you'll done. Change your code to : ( I have just added 4 spans here 1 before each group and one global) <span id="gropus"> <span onclick="GeoRSS(this)"> <input id="cbEdu" type="checkbox" onclick="GeoRSS('cbEdu')" />Education<br />     <input id="cb1" type="checkbox" onclick="GeoRSS('cbCrime'
Posted to
Client Side Web Development
(Forum)
by
sethi.bhushan
on 11/10/2009
Re: Help to improve Javascript Code
Hi Silverlight Programmer, If I am not wrong you are thanking to me !! IF yes Then most Welcome!! Then I think you have not marked my post as answer yet
Posted to
Client Side Web Development
(Forum)
by
sethi.bhushan
on 11/10/2009
Re: asp LinkButton call Javascript to Confirm c#
Hi Tous, Just shift your line LinkBtnClear.Attributes.Add( "onClick" , "return confirm_delete();" ); from linkbutton click event to - > Page_Load. One more thing need to take care you have return false from javascript for prevent calling the codebehing click event handler of return true to call the same. or you can also use the following line : LinkBtnClear.Attributes.Add( "onClick" , "return confirm('Are you sure you want to proceed?')" ); Then
Posted to
Client Side Web Development
(Forum)
by
sethi.bhushan
on 11/10/2009
Re: Looking for ListView example
Basic about listview : http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.aspx Video tutoiral http://www.asp.net/learn/3.5-videos/video-225.aspx Example : http://www.codeproject.com/KB/list/ObjectListView.aspx MARK THIS AS ANSWER IF IT HELPS YOU
Posted to
Data Presentation Controls
(Forum)
by
sethi.bhushan
on 11/9/2009
Re: Entity framework now or later?
Hi As 4.0 is released ( http://www.informationweek.com/news/windows/operatingsystems/showArticle.jhtml?articleID=210002154) now you can upgrade. But before upgrading please visit http://support.microsoft.com/kb/958481 Plz Mark this post as answer if it helps you. :)
Posted to
ASP.NET 3.5 Extensions Preview
(Forum)
by
sethi.bhushan
on 11/3/2009
Re: Registering to 'OnSelectedIndexChanged' of a DropDownList within a GridView
Hi, Instead of do this in editcommand you can do this on aspx page modilfy your drop down line as : <asp:DropDownList ID="ddl" runat=server AutoPostBack="true" onselectedindexchanged="ddl_SelectedIndexChanged" /> <asp:DropDownList ID="ddl" runat=server AutoPostBack="true" onselectedindexchanged="CompanyMain_SelectedIndexChanged" /> MARK THIS AS ANSWER IF IT HELPS YOU
Posted to
Data Presentation Controls
(Forum)
by
sethi.bhushan
on 7/1/2009
Re: System.Data.RowNotInTableException: This row has been removed from a table and does not have any data.
I am not sure about the solution but you can try this. I think the problem is in line : VarietyRow variety = product_variety.VarietyRow; you should create a new instance of varietyRow and then fill each value from product_variety.VarietyRow to new created instance of VarietyRow. MARK THIS AS ANSWER IF IT HELPS YOU
Posted to
Data Presentation Controls
(Forum)
by
sethi.bhushan
on 6/30/2009
Page 1 of 6 (51 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online