Have you tried using
WindowsIdentity .GetCurrent() which will return you the current principle. The name property of the principle has the logged in user
Sanat Palia
User Profile
Collapse
-
There are controles like Component One Flex Grid which has this as a built in feature. They are for .net. I am not sure if you are using .net or regular ASP
www.componenton e.com
Thanks
Sanat PaliaLeave a comment:
-
You can just set the left and top properties of the label like
label1.Left = 100;
label1.Top = 50;
This should do it.
Thanks
Sanat PaliaLeave a comment:
-
You can use System.web.mail namespace to send email in .net. This class is a wrapper around CDONTS
Here is a link which could give you more details
http://www.systemwebma il.com/
Thanks
Sanat PaliaLeave a comment:
-
You can use System.web.mail namespace to send email in .net. This class is a wrapper around CDONTSLeave a comment:
-
Leave a comment:
-
May be your onPaint event is happening before the Refresh(). So you loose the background color
Sanat PaliaLeave a comment:
-
May be your onPaint event is happening before the Refresh(). So you loose the background colorLeave a comment:
-
In regular asp there is no viewstate like .net. So you have to bind the data (or load in this case) everytime a post back is done. Also to find out what all check boxes were clicked, give the same name to all the checkboxes. And when you try to read teh checkBox value during postback, All the selected Ids would come back with comma seperated.
Sanat PaliaLeave a comment:
-
..
Have you tried to ping that server (where Web Service is existing) from the client machine. Just make sure it works.
Go to Start -> Type 'cmd'
Hit Enter
In the console window type
ping 172....
Sanat PaliaLeave a comment:
No activity results to display
Show More
Leave a comment: