Click here to Skip to main content
15,886,830 members

Comments by Santiago Fabian (Top 7 by date)

Santiago Fabian 4-Nov-14 12:45pm View    
Effectively. That's a great solution. Thanks! :D
Santiago Fabian 28-Oct-14 19:43pm View    
load website = show a website embeded in my own page. If you have ever used the iframe tag you will know what I mean. Actually, I´m not trying to access any external resources in fact, I just want to embed any website page within the iframe tag but my problem is that the website is not being displayed in the iframe. I put that link in the src attribute just as an example, not meaning that I effectively want to access to an anchor of another website page.
Santiago Fabian 6-Aug-14 10:27am View    
Thanks Sergey, I'll take into account your suggestions.
Santiago Fabian 6-Aug-14 10:26am View    
Deleted
Thanks Sergey, I'll take into account your suggestions.
Santiago Fabian 6-Aug-14 10:08am View    
Thanks for taking your time to give me a response. None of those approaches fit my needs so as you said I reviewed my idea in order to change it. Basically in the the SQL procedure(mySP), I will use an .Net Int(representing the enum value) as parameter instead of a enum object, then created a .NET function with the enum parameter and Cast the int value as you mentioned with Enum.GetName(ProcessType,IntValue) an pass this result to my new .NET function