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:742578
More Search Options
RSS Available
Matching Posts
Re: Crsytal report error"Load Report Fail"
Try to verify database on report, sometime report lost connection to database, maybe this is a reason
Posted to
Crystal Reports
(Forum)
by
szyder
on 2/26/2008
Re: Is well formed XML?
If you have xml schema use XmlSchemaValidator class to validate xml
Posted to
XML and XmlDataSource Control
(Forum)
by
szyder
on 2/13/2008
Re: Problems running CrystalReportViewer on web server
Hi Create Setup project ,and add Crystal Report merged module to instaler (CrystalDecisionsRedist2005_x86.msm file). after that some files instaler add automatically like Microsoft_VC80_ATL_x86, Microsoft_VC80_CRT_x86 and Policy_8_0_Micro....._ATL_x86 and Poilicy_8_0_...CRT_x86. Build that project and run install on server...
Posted to
Configuration and Deployment
(Forum)
by
szyder
on 2/13/2008
Re: Template and GridView
Yes, thanks works, have you any idea how retrive information which row and column was modificated in order to update dynamic DataTable?? Ok I add delegate and build class GridViewEventArgs where i pass row number and column name
Posted to
Data Presentation Controls
(Forum)
by
szyder
on 1/25/2008
Template and GridView
Hi GridView is build dynamic (user can add columns and rows). When user try to add new column or row i do this by adding DataRow or DataColumn to dataTable and then i pass to GridView as a DataSource... I've built class implementing Itemplate... In order to provide full editable gridView. How can i collect information from tbx_TextChanged( object sender, EventArgs e) method?? here is some code Method where i build gridView 1 protected void buildGridView(DataTable dt) 2 { 3 GridView1.Columns.Clear
Posted to
Data Presentation Controls
(Forum)
by
szyder
on 1/23/2008
Re: TextBox in gridview
Autopostback i don't think it's a good thing... but i've found resolution add two line in page_load when ispostback DataTable dt=( DataTable )Session[ "DataTable" ]; buildGridView(dt); now it's work... when i've only buildGridView in case !IsPostBack, after when i clicked button then server call Page_load then events... but i didn't create object after postback
Posted to
Data Presentation Controls
(Forum)
by
szyder
on 1/22/2008
TextBox in gridview
Hi I've problem with textboxes in gridview... i've added text changed eventhandler to all textboxes but don't fire event when i've changed text... The same situation with button and click event there are code: in page_load if (!IsPostBack) { DataTable dt=buildDataTable(); dt.AcceptChanges(); Session.Add( "DataTable" , dt); buildGridView(dt); } 1 protected void buildGridView(DataTable dt) 2 { 3 GridView1.DataSource = dt; 4 5 TemplateField tf; 6 7 for ( int i = 0; i < dt
Posted to
Data Presentation Controls
(Forum)
by
szyder
on 1/22/2008
Re: Confirm message
Hi add to all controls on page event handler e.g. <asp:TextBox ID="BWZ_NAMETextBox" runat="server" Height="48px" Text='<%# Bind("BWZ_NAME") %>' Width="312px" style="display: inline" TextMode="MultiLine" MaxLength="150" OnTextChanged="TextBox_TextChanged "></asp:TextBox></td> <asp:DropDownList ID="BWZ_PROCESSDropDownList" runat="server" Width="140px"
Posted to
Web Forms
(Forum)
by
szyder
on 1/21/2008
Re: Confirm message
<asp:Button ID="btnDeleteCR" runat="server" Text="Delete" OnClick="btnDeleteCR_Click" OnClientClick="return confirm('do you want delete this thing');" />
Posted to
Web Forms
(Forum)
by
szyder
on 1/21/2008
Re: Interesting problem with getting OUTPUT parameters from SQL Server using C#
try to use return @test
Posted to
Microsoft Application Blocks
(Forum)
by
szyder
on 1/21/2008
Page 1 of 4 (39 items) 1
2
3
4
Next >
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
ASP.NET:
PDC and Tech-Ed Europe Slides and Code
WindowsClient:
JScript location bar silliness
WindowsClient:
Anybody build a XAML parser in C or C++ yet?
WindowsClient:
Silverlight use, power and deployment keeps growing; so does WPF
ASP.NET:
T4CSS: A T4 Template for .Less CSS With Compression
WindowsClient:
JSON-P: An Elegant Hack
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online