Hi all,
I have a javascript function in my page which basically should disable the label with message.
eg:
Javascript:
<SCRIPT type="text/javascript">
function clrlabel()
{
document.all("lblmessage").visible="false"
}
</SCRIPT>
am calling this in my...
Hi all,
How do you send mail using exchange server from a asp.net page??
Could not find any examples on that,
Using smtp i could achieve this but don't know how to do using exchange server.
pls help.
Thanks
ami.
Hi all,
In my .css file i have a class with the foll prop:
.CHANGEFONT
{
font-size: 6pt;
font-family: Verdana, Arial;
color:Blue;
font-weight:bold;}
I have a datagrid with some template columns and editcommandcolumns(edit,update,cancel)
1) In my page made a reference to this style...
Hi,
On ther server m/c only .netframework is installed.
I want to deploy my crystal reports on the server.
How to do this?
Wat r all the files i have to copy on the server m/c to get my crystal reports working.
pls help.
Thanks in advance.
ami.
Hi all,
Im my .aspx page(eg: emp.aspx) i have 2 buttons.
1) populate
2) preview
By clicking on populate button it populates a datagrid control then in the same page it displays the preview button. On the clik event of the preview button am calling a report.
In my report i navigate to...
Hi,
1) I have created a report .rpt and using CRV dispaying the same. If i use the default options CrystalReportViewer1.HasPageNavigationButtons = true
CrystalReportViewer1.DisplayToolbar = true
ie if i type in the 2 page number and press goto it just
displays the CRV (crystal report...
Hi,
1) I have created a report .rpt and using CRV dispaying the same. If i use the default options CrystalReportViewer1.HasPageNavigationButtons = true
CrystalReportViewer1.DisplayToolbar = true
ie if i type in the 2 page number and press goto it just
displays the CRV (crystal report...
Hi all,
Can anyone tell me how to pass a session variable value from my .aspx page to report.
i have created a crystalreport.rpt file based on a dataset.
Works fine but i want to display few other values in my report in my details section which is already avble in session variables in my form...
Hi,
I have a populated dataset which i want to use when creating a report in my .net project.
Basically i want to view the data from my populated dataset(eg: dataset1.xsd)using report viewer.
There r lots of example on how to create a dataset while creating report but i could not find one...
Hi,
i have drop down list box which basically hold 2 values.(concatenated in my xml schema)
wat i want is to specify the length of the concatenated values.
eg:
Description and Name is concatenated.
Description varies for different names so in my list box if the desc is too big then the name...
Hi,
I have 2 text boxes in my form(.aspx)
when i type a value in first text box , i want that value to be displayed on my second text box simultaneously.
ie. Value should be displayed in the second text box when u r typing it in ur first textbox..
Is there any way to do this..
any scripts...
Hi,
In my form(.aspx page) i have 2 text fields for password and re-confirm password.
When i click a button it clears the password value .
Is there anyway to get the value back to the password field.
Thanks,
ami.
Hi all,
How to remove the window title bar when u load the .aspx page??
eg: HomePage - Internet Explorer.
Home Page is page title.
i want to remove that.
Thanks,
ami.
Hi all,
In my .aspx page i have a textbox in which email address will be entered.
For validating the email address i have got this javascript.
But how to implement this here.
I know there is a property in the custom validator to enter
ClientValidationFunction.
Can anyone tell me how to use...
hi,
Is there anyway to change the checked value to YES/No instead of true or false on a Datagrid Control.
When i populate my grid it displays the value for a cheked field to True/false.
i want that to be changed to YES/NO
pls help.
Rgds,
ami
Hi,
Is there anyway to set the format value in property builder of a Datgrid control??
I have a datgrid control which is bound to a dataset.
For one of the field in the datagrid i want to set the format to be dd/mm/yy.
There is a Data Formatting Expression option in Property Builder but i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.