Hi
I think the 2 IIS u have may be using the same port. try change the port for one.
best wishes
Hesham el ebrashy
User Profile
Collapse
-
Hi
that line will return the form name
this.name
will that help?
best wishesLeave a comment:
-
I suggest u use XML web services to send sms, but u will still need to subscribe in sms server.
regards
Hesham el ebrashyLeave a comment:
-
You can use XML web service to achieve what u want, but u need sms server. even if u use free xml web service.
I tried that before using C# I can send u some code sample if u need.
regards.
Hesham el ebrashyLeave a comment:
-
I had similar task one year ago. I suggest u use SendKeys() in VC++
it's easy to use. if u need help let me know
Regards
hesham el ebrashyLeave a comment:
-
-
OCI.dll not found !
I REinstalled oracle 9i on win2k. and i tried to browse my asp project from IIS, it gave me this error. OCI.DLL not found
although it was running before i reinstal the oracle same version.
will any one plz tell me what to do
Thanks
Hesham el ebrashy -
u must show the text programatically . in the event where the image fade.
If it's me i would put the text in an image and show it when the other image fade. if it's static text.
regards
hesham el ebrashyLeave a comment:
-
That's weird :|
is there any css file?
r u using HTML controls or Web forms control?
Regards,
Hesham el ebrashyLeave a comment:
-
get least value from a result set. Basically i have to get min value of count(*)
what do u mean by getting the min value of count(*) ?!
count(*) function returns the number of records table contains. so it's only one value !
and MIN function returns the lowest value in all records !
so logicaly u can't use both.
May be I missunderstand u, tell me if u mean something else plz
Best wishes...Leave a comment:
-
hi
Why don't u select the text u need programaticall and put it in a string and write the string in the text file u need using streamwriter.
ex. string ss = Textbox1.text;
StreamWriter sw = new StreamWriter("o utputfile.txt") ; //use full path for the output text file
sw.Write(ss);
sw.Close();
or u want the note pad to be opened automatically when u select the text or do...Leave a comment:
-
use this in the event of the control that fire the event. for example button
private void btn_ChangeLblCl r_Click(object sender, System.EventArg s e)
{
label1.BackColo r = Color.Blue;
}
best wishes
Hesham el EbrashyLeave a comment:
-
hello brother Usman
put ur DOM code in a javascript function and call it wherever u like
best wishes
Hesham el ebrashyLeave a comment:
-
are u initializing the dataadapter in the design time or run time?Leave a comment:
-
I had similar problem before, and it does't disapear unless i reintalled IIS.
try changine IIS port, before reinstallingLeave a comment:
-
I'm having very similar error as urs, thank u for ur questions and answer
it's very usefull to me,
best wishes
H. EbrashyLeave a comment:
-
That's not possible from the first or second time !
Can you select a row and double click on it in the design time?!?!Leave a comment:
-
hi
In access u use * instead of %
so your query must be
SELECT ID FROM data WHERE Name LIKE 'D*';
I wish u finish before ur dead line, tell me if u need anyhelp
Best wishes
Hesham el ebrashyLeave a comment:
-
Why don't u use SQL DTS tool. it's simple and quick. I think it may help u
best wishes
Hesham el ebrashyLeave a comment:
-
Don't forget to use
using System.IO;
regards,
Hesham el ebrashyLeave a comment:
No activity results to display
Show More
Leave a comment: