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:2239
More Search Options
RSS Available
Matching Posts
Re: sorting in gridview doesnt work
Check if this thread helps http://forums.asp.net/thread/1177923.aspx
Posted to
Data Presentation Controls
(Forum)
by
SushilaSB
on 4/5/2007
Re: Dynamic Population of a Gridview through a Database
When you get the value for the selected item of the radiobuttonlist as <radiobutton1>.SelectedItem.Value, this would be the table name You can use a Select query as "Select * from " + <radiobutton1>.SelectedItem.Value; Then you can fill the dataset and populate the data and display in the gridview control
Posted to
Data Presentation Controls
(Forum)
by
SushilaSB
on 4/3/2007
Re: Change the Text of DataGrid ButtonColumn at run time?
In the ItemDataBound, you can do findControl for the Buttoncolumn and then try changing the text
Posted to
Data Presentation Controls
(Forum)
by
SushilaSB
on 4/3/2007
Re: updation using DataGrid,not working???
In the Page_Load are you handling the Postback Also try using Parametrized queries in case of update/insert to avoid Sql injection
Posted to
Data Presentation Controls
(Forum)
by
SushilaSB
on 4/3/2007
Re: Gridview whole line clicking?
VB.NET code for the C# sample provided would be Protected Sub GridView1_RowDataBound(ByVal sender As Object, ByVal e As GridViewRowEventArgs) If e.Row.RowType = DataControlRowType.DataRow Then e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='Silver'") e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='White'") e.Row.Attributes.Add("onclick", "alert(" + e.Row.RowIndex + ")") e.Row.Style("cursor") = "hand" End If End Sub
Posted to
Data Presentation Controls
(Forum)
by
SushilaSB
on 4/3/2007
Re: Formating Time
You can format as {0:t} it will show time as hh:mm AM/PM If you want to show seconds try as {0:T}
Posted to
Data Presentation Controls
(Forum)
by
SushilaSB
on 4/3/2007
Re: Still no luck.. Does anybody have a solution????
Try code as SqlDataSource1.InsertParameters[ "FileData" ].DefaultValue = ((Byte[])<yourvalue>);
Posted to
Data Presentation Controls
(Forum)
by
SushilaSB
on 4/13/2006
Re: Dynamically adding command arguments to linkbuttons
In ASP.NET you can do it as shown in sample http://samples.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspx#delete
Posted to
Web Forms
(Forum)
by
SushilaSB
on 3/2/2006
Re: Dynamically adding command arguments to linkbuttons
You can have a DataGrid with delete button(button type as linkbutton) and then delete the record using the Datakeyfield set for the DataGrid
Posted to
Web Forms
(Forum)
by
SushilaSB
on 2/27/2006
Re: DataList - Click on HyperLink - How to get the selected record id?
You can use it as in Sample And to retrieve id use Request("id") HTH
Posted to
Data Presentation Controls
(Forum)
by
SushilaSB
on 2/19/2006
Page 1 of 226 (2254 items) 1
2
3
4
5
Next >
...
Last ยป
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Mix Online:
Test Lab Note
Channel 9:
Enabling Help in the Visual Studio 2010 Shell
Channel 9:
Office Casual - Smart Art
WindowsClient:
Prism and MEF
IIS.NET:
Overcoming the Challenges Enterprises Face with Streaming Video
Silverlight:
MEF, Silverlight and the HVP
TechNet Edge:
Client and Cloud Security
TechNet Edge:
Client and Cloud Security
Channel 9:
Building on Azure: Persistent Systems
Channel 9:
Building on Azure: Persistent Systems
TechNet Edge:
AD RMS Certificate Hierarchy and the Protection Process
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online