|
Hi,
I wrote a code that will poll with active directory for the changed user attributes. If my code find that there is any change (say for ex: change is for telephone number for one user), my code will fetch the latest attributes from active directory and update my application datanbase with it. This I am achieving based on the LDAP DN for all users in my app database.
So here I want to know, if I change the CN for a group in active directory, how can I get this update. My code doesnt able to fetch this CN itself (as my app dtabase is having old CN).
How can I acheive this?
Thanks in advance!
-Yoyo
|
|
|
|
|
while binding a drop down I am facing this error:"DropDown has a SelectedValue which is invalid because it does not exist in the list of items."
I have two drop down in a repeater control if u select value as 1 in first ddl then second ddl should show 3 items else it should show only 2 items. but when I select value 1 in first ddl & select the newly displayed item in 2nd ddl & try to add another row in repeater. I get above mentioned error.
:"2nd Dropdown has a SelectedValue which is invalid because it does not exist in the list of items."
|
|
|
|
|
I guess you're setting an invalid selected item in code. And asking in the wrong forum, we have an ASP.NET forum.
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
i want to pass the text of a textbox to a Crystal report that can be use as report header
|
|
|
|
|
Please don't ask the same things over and over
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
Excuse me but I realy need it.
|
|
|
|
|
So, your position is, that unlike all the other predominately Indian non programmers who take coding work then ask people here to do the work for them, you actually NEED a response and so you're allowed to just keep posting over and over, because if you're rude, we're sure to help more quickly ?
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
so you think that you are polite??????????!!!!!!!!!!
|
|
|
|
|
No, I think that what you're saying is ridiculous and you need to consider the rules of the list you're asking for help, instead of just assuming your problems are worse than everyone elses.
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
i want to have a report generator in Visual Studio .net(C#) that i can generate my reports easyly and fast .
|
|
|
|
|
What is wrong with Crystal ? There's a great library from Dundas for creating charts, would that help ?
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
i want to pass text of a combobox to crystal report from another form and can not do this.can you help me.
in delphi and with quick report it is very easy to do(the objects of Quick report is accessable from another form)
thanks.
|
|
|
|
|
1. Parameter
2. SelectionFormula.
|
|
|
|
|
thanks for your attention.
I tried parameter but could not use it can you explain me how to use it and if you have a sample for these two solutions please show me.
thanks a lot.
|
|
|
|
|
|
|
In ASP.Net, I'm trying to download one .exe file, on click of hyperlink.
I used the following javascript to download or open..
function OpenFile()
{
window.open("D:/Games/poker.exe",
'FilePopUp',
'resizable=yes,scrollbars=1');
}
If I give some other files in place of poker.exe, like .doc, .pdf, the code is working. but unable to download .exe files.
Thanks in advance.
|
|
|
|
|
May be it is due to security settings of your web browser, try renaming exe to something else and download it from the same path e.g "D:\Games\poker.dat". If it works then there is security problems due to exe file, otherwise there may be some other problem.
Anindya Chatterjee
|
|
|
|
|
when I tried to access other files from the same path, it is getting executed successfully.
In case of .exe files, I'm getting javascript error saying that Access is denied. Its a security voilation problem. Read-only property of the file is unchecked. Please guide me to solve this problem.
|
|
|
|
|
Do you have an Antivirus that prohibits .EXE downloads?
Vasudevan Deepak Kumar
Personal Homepage Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson
|
|
|
|
|
you're in the wrong forum, but this code is useless, because it will only work if the server is also the machine doing the browsing. No way is IE going to let you run an exe on the local machine. If you want to download an exe, set the content type and use response.binarywrite, then use a path like this to read the file on the file system if you like. In javascript, you'd also redirect to a page that streams the file down.
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
LalithaSJ wrote: unable to download .exe files
Can you describe what happens? Do you get an error? What error message are you getting?
Vasudevan Deepak Kumar
Personal Homepage Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson
|
|
|
|
|
try different approach. Use this code in some button click event handler
FileStream fs = null;
string strContentType = "application/octet-stream";
string strPath = Server.MapPath("FILE_LOCATION_HERE") + "\\";
String strFileName = "FILE_NAME_HERE";
if (File.Exists(strPath + strFileName))
{
byte[] bytBytes = new byte[fs.Length];
fs = File.Open(strPath + strFileName, FileMode.Open);
fs.Read(bytBytes, 0, (int)fs.Length);
fs.Close();
Response.AddHeader("Content-disposition", "attachment; filename=" + strFileName);
Response.ContentType = strContentType;
Response.BinaryWrite(bytBytes);
Response.End();
}
Strahil Shorgov
|
|
|
|
|
Thanks alot Strahil Shorgov!!
|
|
|
|
|
I want to pass text of a combobox in my form to crystal report to use as header title.
How can I do this?
|
|
|
|