Is it possible to read the email accounts defined in the exchange server? I am writing an interface which will pull the company's global email address list, then the use rcan choose the email To: list and send a custom email from a .aspx page.
Any ideas/suggestions?
Thanks
SonD,
You can write the application as a "Console Application" or a "Windows App (.exe)". Then open a .bat file in text editor like notepad. Enter the command to execute the app. you just created. for example,
test.bat -> <path to the exe>
Using "add scheduled task", you can schedule to run...
Here's a very good artcile which explains the work-around to overcome the errors caused by the paging,sorting.
http://www.c-sharpcorner.com/Code/2003/Sept/ExportASPNetDataGridToExcel.asp
Or you can run an ExecuteScalar("Select count(col_name) from TableName"),..) function to get the total number of rows affected. Check this value, if its > 0 then execute the code to return a dataset/datareader.
Thanks for the reply, Isadore.
The two points you mentioned were typo in the sample code. I matched your code line by line .. and I didn't find anything different. But still nothing happens when I click the dropdownlist and get the javascript error.
newmem
Hi All
I have a similar problem as described in thread855-692299
. It didn't solve my error so I'm describing the error I'm getting.
I have a dropdown list which is db-bound and has the autopostback set to true. When
the application runs, the ddl gets all the data etc. But on selecting an item...
Hi
I need some help with Printing a Label from Crystal Reports. I'm using CR for .net version (that was shipped with VS.net).
The application needs to pull data from SQL database and print to a Eltron 3742 Label printer. The Label has dimensions 2.25" (width) x 3.00" (height).
I...
Does anyone has experience writing a crystal report to a Label printer using a vs.net application?
I have a sample crystal report which is writing a acrobar\t reader but then is it possible to control the page size with the label size?
(I'm using a Eltron label printer.)
Hi everyone,
We are using Crystal Reports for .net in our web app. At design time, the connection is defined in the report using the OLE DB provider for SQL Server.
The issue occurs in the code-behind of the webfor1.aspx, while passing the LogOn information to the Crystal Report Document...
Thanks knob. It worked like a charm.
This forum has been very helpful & hosts some great experts who are willing to share thier knowledge.
Good Job!
newmem
Hi,
We have a situation here - The remote system is performing daily batch updates. During this process, the system prompts for "Do you want to print batch # (N)?" for all the OPEN batches in the system. where N = batch no.
When all the batches (this range can differ daily) are...
I have few textboxes on my data entry form and a submit /Cancel button.
When a user hits <ENTER> in the textbox, the it's OnTextChanged event gets fired and thereafter the Submit button's click event is executed.
Is this behaviour by design? Are there any ideas to get around this?
Thanks!
Thta's possible but it would display only the current time only.
I am really looking for a "CLOCK" to display on each page and not just the current time.
(I found a sample Digital Clock written in C#.. but now i'm not familiar with the syntax and how to convert it into a vb control...
I am looking for a digital clock server control which can be added to the
.net web application. Its similar to the one in the task bar but this would
let the user view the server time.
any samples (vb.net) would be appreciated.
Thanks
Is there any way to capture the date timestamp on the server rather than on the client's machine? some times, the client machine and the server are not time synchronized so I was thinking that reading the server timestamp directly would be helpful.
Thanks.
the date comparisons do return 12:02 am is less than 10:00 pm but this value is after midnight (date would be the next day).
I need to check in the code if 10 pm-10:15 pm is between the 9:59 pm-12:02am .
ignore the code I sent but is there any other way to do the compare? Fresh ideas would help.
..., DateFormat.ShortTime) And _
FormatDateTime(T2, DateFormat.ShortTime) >= FormatDateTime(tempT2, DateFormat.ShortTime) Then
'**** do something
end if
'check if tempT2 falls in T & t2.
If FormatDateTime(tempT2, DateFormat.ShortTime) > FormatDateTime(T1, DateFormat.ShortTime) And _...
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.