Hi i am Developing a kind of web based timesheet application and i got problem with the Updatepanel, actually i am using a gridview in which there are linkbuttons , when we click linkbutton of particular cell the popup must be opened But when i use the Update panel this is not happening, any way i have used CientCallback as alternative
I am firing Callback when the popup is closed here is the code.
this...
User Profile
Collapse
-
Problem with UpdatePanel ASP.Net and PostBacks plzz Help
-
Dear friend here is an idea
Hi here is some code u can look at , i dont know werther i will work, but it looks to be working try it, all the best
public class UrlFetcher
{
string url
public UrlFetcher (string url)
{
this.url = url;
}
public void Fetch()
{
// use url here
}
}... -
HI I have Similar Problem
I am developing installer in which i am using custom installer class, my client want me to show a different window while installation to show progress of installation insted of the regular progressbar, so i have to use thread here
i have created new form and in form1.cs i have created a method like
privare void UpdateLabel(str ing progress)
{
label1.label=pr ogress;...Leave a comment:
-
-
Installing Crystal Reports 2005 for .net 2005
Hi friends,
can any body plzz help me in registring the crystal reports related dlls, and one more thing is werther we need to include
Crystal_Databas e_Access2003.ms m
Crystal_Databas e_Access2003_en u.msm
Crystal_Managed 2003.msm
etc ...
as we do with .net 2003 application -
making progressbar work
Do any expert know how to use progressbar with a application
suppose i am copying files from one location to other, then at that time i would like to know the % completed ,total time expected,remain ing time, and
progress bar should progress according to that
I hope somebody can give me idea abt this
thanks
regards
Prashanth -
Hi friends , i am developing a setup and deployment project for our application here i have to include two other applications with our product installer, and they must be installed only when use selects them. can any body have any idea abt this
just how to create nested installer. clear idea
thank uLeave a comment:
-
Help needed to create nested installer plzzzz
Hi friends , i am developing a setup and deployment project for our application here i have to include two other applications with our product installer, and they must be installed only when use selects them. can any body have any idea abt this
just how to create nested installer. clear idea
thank uLeave a comment:
-
Help needed to create nested installer plzzzz
Hi friends , i am developing a setup and deployment project for our application here i have to include two other applications with our product installer, and they must be installed only when use selects them. can any body have any idea abt this
just how to create nested installer. clear idea
thank u -
I got it
if u want just go through this link
http://msdn.microsoft.com/library/?u...LExCustApp.asp
All the best friends
regards
Prashanth...Last edited by shanthsp2002; Apr 19 '06, 06:26 AM.Leave a comment:
-
shanthsp2002 started a topic How to check werther sqlexpress is present on system while installationin SQL ServerHow to check werther sqlexpress is present on system while installation
Can anynody tell me how to check werther the sqlexpress is installed on the particular system while installation.
i have some idea , we can check in rigestry keys but i am getting problem
with this
its urgent if anybody know this tell me
Thank u,
Regards
Prashanth -
Hi qustion for u
How to find werther the SqlExpress is installed on current machine or not
i need this to install Sqlexpress on selection of client but i have to check first werther its alredy installed in sysLeave a comment:
-
Hi
SourcePath is not from namespace. do one thing , in custom action editor
|
----Install
..........|
...........---UrCustomAction. dll
----Commit
----RollBack
----Uninstall
go to properties of that UrCustomAction. dll is what ever ur custom action file
in that
CustomActionDat a property is there
...Last edited by shanthsp2002; Apr 18 '06, 05:09 AM.Leave a comment:
-
Hey I got it
To find the source path of my database files just i have used a small trick
here first i srored the path to my database files in a string variable it contains all path except the drive name because we can't say in clint sys what is drive name of cd drive so i get this drive from source path
...Code:private string GetConfigFilePath(string fpath) { string filePath = ""; stringLast edited by Niheel; Apr 15 '06, 06:00 AM.Leave a comment:
-
Hi
I got another question, while installing i have to give the source path of the .mdf and .ldf files so that i can copy these in to Sql Servers Data folder and from there i can attach them to server but, how to specify the source path of these files. if i give source path of custom action property then it is a debug folder of the installer so when i build it all the files in that folder are being re-generated. so how do i do that....Leave a comment:
-
-
oky can u give me example plzz
i need some examples
if possible some links to this kind of examples
thankuLeave a comment:
-
I got the answer friends
<?xml version="1.0" encoding="utf-8" ?>
<ModulesAvailab le>
<Module>
<NAME>FRE</NAME>
<HASDATABASE>FA LSE</HASDATABASE>
<ENABLED>FALS E</ENABLED>
</Module>
<Module>
<NAME>CENTRALOF FICE</NAME>
<HASDATABASE>FA LSE</HASDATABASE>...Last edited by shanthsp2002; Apr 10 '06, 12:38 PM.Leave a comment:
-
Creating Customized dilogue box for for ur installer
well friends i have a small tip here which may be helpfull for u
there may be situations where we need to use a customized dilogue box while doveloping setup and dyployment project, so u can do that simply by using custom actions .
1st create setup and deployment project...
add->new project->windows application name it ReadmeDilogue
now customize Form as per ur requirement
now again...Last edited by shanthsp2002; Apr 10 '06, 10:52 AM. -
Well we have doveloped a product in c#
we have doveloped a product in c# and it has diffrent applications ie.
according to the clients role we have to install database . for ur clear idea
i have created a custom diloguebox in setup&deploymen t project it looks some what like
() cashier
() central server option button
() manager
[] install database...Last edited by shanthsp2002; Apr 10 '06, 10:09 AM.Leave a comment:
No activity results to display
Show More
Leave a comment: