Click here to Skip to main content
15,919,749 members

Comments by fhfhfghgh (Top 2 by date)

fhfhfghgh 9-Dec-11 0:12am View    
Deleted
Can u please provide me the code.. I am new to .Net so not getting it.
And its giving an error that
public UICulture()
{
// Set the user interface to display in the
// same culture as that set in Control Panel.
Thread.CurrentThread.CurrentUICulture =
Thread.CurrentThread.CurrentCulture;

// Add additional code.
}
UICulture should have return type.
fhfhfghgh 18-Nov-11 4:27am View    
I have done online voice recording using silverlight but the problem is that the file is saved on client's PC .. I just want that file on server side without using file upload control.