Click here to Skip to main content
15,896,339 members

Comments by shailesh125 (Top 7 by date)

shailesh125 12-May-12 3:00am View    
Hello,
Thank you very much for your kind reply.
I want to integrate linkedin login into my website and authentication and authorization done by linkedin . but i want to integrate it with popup. For example when user click on login button then popup window will open which connect with linkedin so, usercan authenticate there and click ok once he click ok then the poup window will close and the page become reload.

Right now i have integrated but it redirect ti linkedin site and without popup?
shailesh125 8-Dec-11 2:59am View    
Hello SAKryukov

Thanks for your reply. Let me check using jquery
shailesh125 2-Jul-11 1:10am View    
This is my clent's requirement he want this type of algorithm
shailesh125 1-Jul-11 3:05am View    
I want to implement AES algorithm which returns cipher in hash value
for e.g
key = 00000000000000000000000000000000
input = 6a84867cd77e12ad07ea1be895c53fa3
output/ciphertext should be 732281c0a0aab8f7a54a0c67a0c45ecf

but microsoft inbuilt algorithm returns ciphertext like this for same key and input :
igiHepR/GMYh7QCFGEnJBiqx65u0rx9WrBNERTNsN2qvlU2BP+t6bte2P4ApsKwt

the value is in alphanumeric field i want just between 0-9 A-F(hex)
shailesh125 29-Dec-10 1:47am View    
Thnkyou very very much for replying.

but, i want to access footer control in header.

like this.
if(e.ItemType == ListItemType.Header)
{
access footer label.
}