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:899389
More Search Options
RSS Available
Matching Posts
Re: confirm message in code behind and Onclient click event
PLace all your code in Code begind or in design :). it's logically that your html tags renders after passing the page functions. you can call every function from code behind and instead of this.id you can use yourControl.ClientID
Posted to
Getting Started
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: Datalist Export 2 Excel issue
Try This: Public Overrides Sub VerifyRenderingInServerForm(ByVal control As Control) Return End Sub
Posted to
Data Presentation Controls
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: can't change the class name of div
it's exactly what happened with me :)
Posted to
Client Side Web Development
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: updating values in gridview
For i = 0 To GridView.Rows.Count - 1 If CType(GridView.Rows(i).FindControl("IsResolved"), CheckBox).Checked Then YourUpdateFunction() End If Next
Posted to
Data Presentation Controls
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: Hide addressbar,page footer,system time in popup window
if you mean that you are programming a page that have a button to print you have to print a specific div not the whole page.
Posted to
Web Forms
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: Datalist Export 2 Excel issue
NO you don't need if you want the user to download the excel file. maybe your problem is in the content type. rty the following code: Response.Clear() Dim attachment As String = "attachment; filename="FileName.xls" Response.ClearContent() Response.AddHeader("content-disposition", attachment) Response.ContentType = "application/ms-excel" Dim stw As New IO.StringWriter() Dim htextw As New HtmlTextWriter(stw) YourDataList.RenderControl(htextw) Response.Write(stw
Posted to
Data Presentation Controls
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: Download All Data in excel format from Table without where clause.
create an Html code for an HtmlTable with a StringBuilder in the the structure of the table put your data from the DataSet then next use the following code to write to Excel: Response.Clear() Response.Buffer = True Response.AddHeader("content-disposition", "attachment;filename=GridViewExport.xls") Response.Charset = "" Response.ContentType = "application/ms-excel" Response.Output.Write(YourStringBuilder.ToString) Response.Flush() Response.End
Posted to
Data Presentation Controls
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: Collection index must be in the range 1 to the size of the collection.
Go in the debug and see the oColPath.Count. May bew it's Less than 1 in this case. it'll cause a problem because the case of less than 1 count is not handled
Posted to
Visual Basic .NET
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: Datalist Export 2 Excel issue
try to view your rendered control before submitting it to excel sheet. like put it in a td then you can view the rendered content online before transmitting the excel file
Posted to
Data Presentation Controls
(Forum)
by
TarekHalaseh
on 12/17/2009
Re: Hide addressbar,page footer,system time in popup window
function PrintDiv() { //Print Content of the Div in a New Blank Window var disp_setting="toolbar=no,location=no,directories=no,menubar=no,"; disp_setting+="scrollbars=no,left=0,top=0,resizable=yes,width=900, height=650,"; var content_vlue = document.getElementById('YourDiv').innerHTML; var docprint=window.open("","",disp_setting); docprint.document.open(); docprint.document.write('<html dir="<%=_direction %>"><head><title><
Posted to
Web Forms
(Forum)
by
TarekHalaseh
on 12/17/2009
Page 1 of 6 (57 items) 1
2
3
4
5
Next >
...
Last ยป
Channel 9:
Channel 9 Live at PDC09: Martin Cron
Channel 9:
Channel 9 Live at PDC09: Erik Meijer and Thomas Lewis
WindowsClient:
Download Data Services Update for .NET 3.5 SP1
Silverlight:
Extending the SMF for the HVP
Silverlight:
Extending the SMF for the HVP
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
Channel 10:
Bing Maps Update: Map Embeds and Draggable Routes
WindowsClient:
New WPF Showcase: WEB Touch
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online