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:718539
More Search Options
RSS Available
Matching Posts
Re: Row selection in GridView
Hi, Please try following 1. Add a template column to your grid having Image control having image source as Arrow Image. 2. On RowDataBound event make all the images in grid visible false. 3. On SelectedRowIndexChanging event make image visible true for that row.
Posted to
Data Presentation Controls
(Forum)
by
Omkar Lale
on 4/16/2009
Re: Getting textbox value through javascript
Hi, just change your code as highlighted function check(inputField) { var txt=inputField. value ; alert(txt); } c# code: TextBox tbox = new TextBox(); LinkButton lbtn = new LinkButton(); lbtn.Attributes.Add("onclick", "check('" + tbox.ClientID + "')");
Posted to
Client Side Web Development
(Forum)
by
Omkar Lale
on 4/16/2009
Re: Treeview checkbox
Hi, If you are not allowing to do anything with checkbox when user is not admin then i will suggest you to hide checkboxes instead of making them disabled. you can hide checkboxes using following code. if (user == "admin") { TreeView1.ShowCheckBoxes = TreeNodeTypes .All; } else { TreeView1.ShowCheckBoxes = TreeNodeTypes .None; }
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Omkar Lale
on 4/16/2009
Re: ERROR WITH INSERTING VALUES IN THE DATABASE
Hi, The problem might be that you are missing out some not null field from table in your insert query. Please check and match the fields of table in which you are inserting the records.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Omkar Lale
on 4/16/2009
Re: Multiple database tables for a single View
Hi dave, There are two options 1. You can join different data tables in a query using JOINS (inner, outer). And use this query string to retrieve data. 2. You can create Views at database level and just use select statement to fetch the data.
Posted to
ASP.NET MVC
(Forum)
by
Omkar Lale
on 4/16/2009
Re: Multiple database tables for a single View
Hi dave, There are two options 1. You can join different data tables in a query using JOINS (inner, outer). And use this query string to retrieve data. 2. You can create Views in database level and just use select statement to fetch the data.
Posted to
ASP.NET MVC
(Forum)
by
Omkar Lale
on 4/16/2009
Re: Button Click event not fire when button is in updatepanel -> popupcontrol
Hi, Possible issue is that the handles to the buttons are lost. Have you tried to debug the code. Try by assigning new handles and do remove all triggers. they are not neccessary here.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Omkar Lale
on 4/16/2009
Re: MSSQL datetime filtering problem (need urgent help)
Hi, If you want to compare only date part you can compare as follows instead of (order_organization.order_add_date = CONVERT(DATETIME, '16-04-2009 10:31:34 AM', 102)) use CONVERT(varchar(10),order_organization.order_add_date,105) = '16-04-2009'
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Omkar Lale
on 4/16/2009
Re: Gridview for a single parameter
Hi, You have done right thing in query but here you need to define select parameter @uid for your SqlDataSource. As you said you are storing it session variable you can declare as < asp : SqlDataSource ID ="SqlDataSource1" runat ="server" ConnectionString =" <%$ ConnectionStrings:DSUser%> " SelectCommand =" SELECT * FROM tblCost WHERE (uid=@uid) "> < SelectParameters > < asp : SessionParameter Name =" uid " SessionField ="
Posted to
Data Presentation Controls
(Forum)
by
Omkar Lale
on 4/16/2009
Re: Select the top 10 rows
hi You can modify your query as SELECT TOP 10 Column2, Column3,Column4 FROM myTable ORDER BY DateTime
Posted to
Data Presentation Controls
(Forum)
by
Omkar Lale
on 4/15/2009
Page 1 of 19 (189 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Channel 10:
Flickr Drive Integrates Flickr into Windows Explorer
Channel 10:
Playfire: A Growing Network for Gamers
Channel 10:
Find the Top iPhone Apps with Bing (Yes, Really!)
Channel 10:
Xbox to Become Emergency Alert System
Channel 10:
Progression of the Iconic Background
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online