Forum: C#
Mar 22nd, 2005, 4:42 PM
|
|
Replies: 4
Views: 380
Finally I found the solution:
To call...
Finally I found the solution:
To call function:
bool que = WUC_CreDes.Class1.Hay_PostBack(this, w1,w1cx, w1ID, w2, w2cx, w2ID);
The function:
public static bool Hay_PostBack(System.Web.UI.Page...
|
Forum: C#
Mar 22nd, 2005, 9:27 AM
|
|
Replies: 4
Views: 380
I’ve continued working on my code, it’s now...
I’ve continued working on my code, it’s now thus:
public static bool Hay_PostBack(System.Web.UI.Page parent1, string w1,
string w1cx,
string w1ID,
string w2,
string w2cx,
string w2ID)
{
|
Forum: C#
Mar 17th, 2005, 5:53 PM
|
|
Replies: 4
Views: 380
I'm coding:
public static bool...
I'm coding:
public static bool Hay_PostBack(System.Web.UI.Page parent1, string w1,
string w1cx,
string w1ID,
string w2,
string w2cx,
string w2ID)
{
string fofoi = parent1.GetType().ToString();
|
Forum: C#
Mar 15th, 2005, 12:24 PM
|
|
Replies: 4
Views: 380
Sending a web form as parameter
Hello:
From a web form I’m sending to execute a function contained into a class, code in web form is:
bool que = WUC_CreDes.Class1.Hay_PostBack(this, w1,w1cx, w1ID, w2, w2cx, w2ID);
In class code...
|
Forum: C#
Mar 15th, 2005, 9:44 AM
|
|
Replies: 3
Views: 253
|
Forum: C#
Mar 11th, 2005, 3:52 PM
|
|
Replies: 3
Views: 253
|
Forum: C#
Mar 10th, 2005, 11:32 AM
|
|
Replies: 3
Views: 253
Cleaning a Place Holder from a class
Hello:
From a class I want clean a place holder contained in a web form.
I’m using this code:
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using...
|
Forum: C#
Mar 9th, 2005, 5:32 PM
|
|
Replies: 1
Views: 270
|
Forum: C#
Mar 9th, 2005, 11:18 AM
|
|
Replies: 1
Views: 270
|
Forum: C#
Mar 7th, 2005, 12:05 PM
|
|
Replies: 1
Views: 240
|
Forum: C#
Mar 4th, 2005, 1:51 PM
|
|
Replies: 1
Views: 240
Troubles with dynamically created WUC
I have a web form, which has a place holder named Example when, Page_Load happens in my web form. I’m creating dynamically a WUC named WebUserControl3 into my place holder.
WebUserControl3 has...
|
Forum: C#
Mar 4th, 2005, 1:50 PM
|
|
Replies: 2
Views: 241
|
Forum: C#
Mar 3rd, 2005, 6:13 PM
|
|
Replies: 2
Views: 241
How to know if a place holder is empty
Hello:
In a web form I’m using a place holder, into it, which contains or not a web user control created ado with next code:
Example.Controls.C1lear();
Control control =...
|
Forum: C#
Feb 23rd, 2005, 5:36 PM
|
|
Replies: 3
Views: 571
Code I’m using...
Code I’m using is:
Response.ClearContent();
Response.ClearHeaders();
Response.Clear();
Response.ContentType = "application/msword";
Response.Charset =...
|
Forum: C#
Feb 22nd, 2005, 12:21 PM
|
|
Replies: 3
Views: 571
Hello:
Surely I need to be more explicit.
I'm...
Hello:
Surely I need to be more explicit.
I'm trying to export a report from a CrystalReportViewer to a location within client machine, I write it therein and then I want display it imto web page, I...
|
Forum: C#
Feb 21st, 2005, 5:57 PM
|
|
Replies: 3
Views: 571
How Avoid Dialog Box Open/Save Files
Hello:
I’m sending a Crystal Reports’s report to Word, but a dialog box is opening where user is asking if wish open/save file.
I’d like avoid this dialog emerges and report be displayed directly in...
|
Forum: C#
Feb 21st, 2005, 9:56 AM
|
|
Replies: 2
Views: 182
|
Forum: C#
Feb 16th, 2005, 2:01 PM
|
|
Replies: 2
Views: 182
Crystal Report’s error
Hello:
I have a C# project which contains a web form, which has a button calling a web page containing a crystalreportviewer, which contains a CrystalReport report; when I call this page through...
|
Forum: C#
Feb 14th, 2005, 1:08 PM
|
|
Replies: 0
Views: 280
Executing from JavaScript C# functions
Hello:
From JavaScript I need to execute a function write in C#.
I have not found the way to do it not using __doPostBack, but problem is that using __doPostBack is generating a post back event from...
|
Forum: C#
Feb 2nd, 2005, 12:38 PM
|
|
Replies: 0
Views: 231
|
Forum: C#
Feb 2nd, 2005, 10:35 AM
|
|
Replies: 1
Views: 274
|
Forum: C#
Jan 31st, 2005, 3:37 PM
|
|
Replies: 1
Views: 274
Show web user control hidden
Hello:
I have a web form, which contains 2 web user controls embedded in it.
First web user control contains a button, which when be pressed I need 2nd web user control be showed (this 2º web user...
|
Forum: C#
Jan 21st, 2005, 10:51 AM
|
|
Replies: 2
Views: 997
|
Forum: C#
Jan 20th, 2005, 12:12 PM
|
|
Replies: 2
Views: 997
|
Forum: C#
Jan 17th, 2005, 11:17 AM
|
|
Replies: 6
Views: 317
|
Forum: C#
Jan 13th, 2005, 10:40 AM
|
|
Replies: 3
Views: 268
|
Forum: C#
Jan 12th, 2005, 5:05 PM
|
|
Replies: 3
Views: 268
How to delete labels into a datalist?
Hello:
I’ve a several labels containing data from a table into a datalist.
Now I desire through a button in form, delete data contained in labels into datalist.
Does somebody know how to achieve it...
|
Forum: C#
Jan 11th, 2005, 1:50 PM
|
|
Replies: 6
Views: 317
|
Forum: C#
Dec 29th, 2004, 1:18 PM
|
|
Replies: 6
Views: 317
|
Forum: C#
Dec 28th, 2004, 12:33 PM
|
|
Replies: 6
Views: 317
|
Forum: C#
Nov 25th, 2004, 12:07 PM
|
|
Replies: 0
Views: 189
|
Forum: C#
Nov 8th, 2004, 1:45 PM
|
|
Replies: 0
Views: 286
|
Forum: C#
Nov 4th, 2004, 11:46 AM
|
|
Replies: 3
Views: 308
|
Forum: C#
Nov 1st, 2004, 12:42 PM
|
|
Replies: 2
Views: 584
Hello:
I’ve a web form containing a datagrid...
Hello:
I’ve a web form containing a datagrid which data I need to export to an Excel sheet, I’m using RenderControl to extract data from datagrid, Response.ContentType = "application/vnd.ms-excel";...
|
Forum: C#
Oct 26th, 2004, 12:30 PM
|
|
Replies: 5
Views: 613
|
Forum: C#
Oct 26th, 2004, 11:21 AM
|
|
Replies: 5
Views: 613
|
Forum: C#
Oct 25th, 2004, 10:57 AM
|
|
Replies: 5
Views: 613
|