Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I will
get the data for populate this menu: from a sql server database, xml file or
what, but I know it will be dynamic any probably encapsulated in a control
(user or custom).
Someone have any logic code, samples, li...
more >>
I have created an array of buttons at run time and need to associate them a
click event. I have added the following routine as the event:
public void UpdateClick(Object sender, EventArgs e)
{
lblError.Visible=true;
lblError.Text="It worked";
}
Below I have included the line of ...
more >>
Is there a way to validate the digital signature of a file (the one show in
it's properties window of windows explorer) using code (preferable vb code)?
dimitris
...
more >>