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:791033
More Search Options
RSS Available
Matching Posts
Save PDF file in oracle
Hi, Any suggestions to upload and download PDF files from ORACLE database ,in ASP.NET web application. Thanks
Posted to
Oracle
(Forum)
by
hulkwsu
on 11/16/2009
Re: Find ButtonControl and Set Visible False in RowCommand
protected void grdCats_RowCommand( object sender, GridViewCommandEventArgs e) { string CompResult = "" ; string AssetResult = "" ; Button btnAsset1 = (Button)sender ; If (btnAsset1.CommandName="xxx") { ........ ............. } }
Posted to
Data Presentation Controls
(Forum)
by
hulkwsu
on 11/3/2009
Re: Disable single column in the Gridview based on some condition
You can use onrowdatabound event of the gridview to check for the condition and set as, GridView.Rows[RowIndex].Cells[CellIndex].Enabled=False;
Posted to
Data Presentation Controls
(Forum)
by
hulkwsu
on 11/3/2009
Re: Read Mainframe text file using streamreader
I figured it out.. Some mainframe programs terminate their strings using a "null" byte (ASCII code 0), and they write these nulls into the files they produce. When C# reads this nulls in a string, it ignores whatever comes after them, giving us a string that does not contain the whole file.To prevent this, I looped through the bytes contained in the file and replaced those null values with spaces.
Posted to
Getting Started
(Forum)
by
hulkwsu
on 10/21/2009
Popup elements in the javascript
Guys, I have a user control using a modal popup. A panel with textboxes and button is used to showed as the popup. For some reasons the page does not render the javascripts written for the user control. I was wondering if there is a any way to find the controls of the usercontrol in the page using javascript
Posted to
Client Side Web Development
(Forum)
by
hulkwsu
on 10/19/2009
Re: Popup elements in the javascript
I dont see the JS when i view the source of the page.
Posted to
Client Side Web Development
(Forum)
by
hulkwsu
on 10/19/2009
Re: Drop down list Issue
You can use onDatabound of the dropdown list. DropDownList1.Items.Insert(0, "please select city"); hope this helps
Posted to
Data Presentation Controls
(Forum)
by
hulkwsu
on 10/12/2009
Re: Gridview SelectedIndex Problem
You can set the member id as the datakey before binding the gridview.
Posted to
Data Presentation Controls
(Forum)
by
hulkwsu
on 10/12/2009
Re: Problem with repeater and label
ElseIf e.CommandName = "Add" Then Page.Validate() If Page.IsValid() Then Me .bulkItems.Add( New bulkOrderItem()) Me .Repeater1.DataSource = bulkItems 'this is a static label outside of the repeater 'it sets to test when the user clicks to add msgLabel.Text = "test" 'the two labels Dim tempPartLabel As New Label tempPartLabel = Me .Repeater1.Items(index).FindControl( "partName" ) Dim tempPriceLabel As New Label tempPriceLabel = Me .Repeater1.Items(index).FindControl
Posted to
Data Presentation Controls
(Forum)
by
hulkwsu
on 10/12/2009
Re: GridView Columns problem, Auto-Generate working fine but custom fields no !!!
The AutoGenerateColumns should be set to false if you are going to use boundfields or itemtemplate. <asp:GridView ID="GridView1" AutoGenerateColumns="false" Width="400px" runat="server" OnDataBound="GridOnDataBound"> <HeaderStyle Width="100%" CssClass="gv2hdr" /> <Columns> <asp:BoundField HeaderText="DESCRIPTION" DataField="OR_ACTN_TYPE_DSCR" /> <asp:BoundField HeaderText="HOURS"
Posted to
Data Presentation Controls
(Forum)
by
hulkwsu
on 10/12/2009
Page 1 of 12 (116 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
IIS.NET:
SiteShell
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online