Shaharyar

365
Reputation
45 views

Registered User

Name Shaharyar
Member for 6 months
Seen 11 hours ago
Website
Location Switzerland
Age 20
Software Development Student from Switzerland

who has Experience with:

Java
JavaFX
Java JSP
PHP
ASP.NET MVC
Silverlight
C#.NET
VB.NET

Siemens SCL (PLC Programming)

and following Databases:

Microsoft SQL Server
MySQL
PostgreSQL
db4o

Mostly available on:
Microsoft Windows 7
Microsoft Server 2003
Apple Mac OSX
Nov
3
awarded  Tumbleweed
Oct
31
comment How do I say 5 seconds from now in Java?
@Sbm007: Jon Skeet invented the term "magic" when he was 3.
Oct
27
revised ASP.NET MVC2 : Partial Class with DataAnnotations vs. FormViewModel
edited title
Oct
27
asked ASP.NET MVC2 : Partial Class with DataAnnotations vs. FormViewModel
Oct
24
comment How get Visitors IP Address and Country ID in website
Also using this on my page. It's awesome! +1
Oct
23
comment A C# Implementation of Number Line
Sidequestion: What does that O(1) stand for? I never got that one...
Oct
15
answered Java Encryption using XTEA
Oct
15
comment Enable or Disable mutiple controls in Silverlight
You could create your own controllers with a Handler-Interface which would be used to modify the controls. But that would mean to code a little more and extend each control you want to use and register it in a global / static list. What I did was fairly simple. I know which controllers I use so I just hard coded the values. Pointers in C# can also be used to accomplish that! You could make a function which takes (ref Controller c) arguments.
Oct
14
answered Enable or Disable mutiple controls in Silverlight
Oct
14
comment First letter should not digit in textbox?
What happens when JavaScript is turned off? Does this code handle it?
Oct
13
revised Why it is necessary to put comments on check-ins?
added 22 characters in body
Oct
13
comment How to stop a running *.JAR file with a batch script?
Oh, I know that with the pause button, but how do I make an application go past that event programatically (within batch)?
Oct
13
revised Why it is necessary to put comments on check-ins?
added 750 characters in body
Oct
13
answered Why it is necessary to put comments on check-ins?
Oct
13
asked How to stop a running *.JAR file with a batch script?
Oct
13
comment How to categorize SQL Server data access for papers?
This means that ADO.NET replaces OleDB now, right?
Oct
13
asked How to categorize SQL Server data access for papers?
Oct
9
comment install visual studio 2008 TS when I cant install windows installer?
which OS are you using?
Oct
9
comment What are your favorite extension methods for C#/.NET? (codeplex.com/extensionoverflow)
this is like CHEATING
Oct
9
answered XML Dom: storing key/value pairs
Oct
9
revised how to check postback
added 8 characters in body
Oct
9
comment Filter user input (paragraph) for links + smileys
any reason for the downvote?
Oct
9
comment How to handle events for icon tray in windows using C#
Oh! Then you want to handle all behaviors in the icon tray, no matter where you click? Right? Let me see if I can find something!
Oct
9
answered Filter user input (paragraph) for links + smileys
Oct
9
comment Filter user input (paragraph) for links + smileys
Can you post the regex you are using right now?
Oct
9
answered How to handle events for icon tray in windows using C#
Oct
9
answered how to check postback
Oct
9
answered Netbeans - Entering items in a jComboBox
Oct
4
comment Register User Interface Elements in Engine / Controller
That might work but the "decoupling" of concerns isn't achieved with that. The goal later on is to create a web service out of the class.
Oct
4
comment Register User Interface Elements in Engine / Controller
A lot of logic is in my button_click event handlers right now. I want to change it by having a dedicated class handling all that logic and also updating my form elements. I would like to register the physical address (like C++ pointers) of the controls within the controlling class so that I wouldn't need to pass in the controls every time I call the methods.
Oct
4
asked Register User Interface Elements in Engine / Controller
Oct
2
comment Proper Usage of Forms within Master Pages and Content Pages
thanks a lot! this one helped me out! does it matter which id value I assign to that form?
Oct
2
asked Proper Usage of Forms within Master Pages and Content Pages
Sep
23
comment Umlaut in Java SAX Parser
Yeap, using a InputStream instead of a Reader worked like a charm! Thanks a lot for this fast response!
Sep
23
asked Umlaut in Java SAX Parser
Sep
8
comment Populating Html.DropDownList with foreign key table vlaues
yeap, made it work! Thanks a lot for your help!
Sep
7
comment Populating Html.DropDownList with foreign key table vlaues
Will that also work for the [Post]Edit function using an id and a formcollection or do I need to tweak it further to also save the new value?
Sep
7
asked Populating Html.DropDownList with foreign key table vlaues
Sep
4
comment Error trying to populate a drop down list during a “GET” create action
were you able to solve tht problem? if yes, how?
Sep
3
asked Retrieving Items and values from Foreign Key Table in ASP.NET MVC using LINQtoSQL
Sep
3
accepted How to create a pop-up window in asp.net mvc?
Sep
2
accepted Best CMS for a T-Shirt catalog website
Sep
1
comment Being a better / more efficient PLC Programmer
its almost as if the PLC world is one that time and software engineering forgot. <- this is so true...
Sep
1
comment Being a better / more efficient PLC Programmer
That helped a lot! Will try to follow these points :-)!
Sep
1
asked Being a better / more efficient PLC Programmer
Aug
30
comment creating db with myphpadmin
Tear it apart in 1 / 2 mb files.
Aug
30
comment ASP.NET MVC Html.TextBox won’t compile at runtime - same files work in other projects
Is it a large project? Try creating a new one and migrate stuff from the old project...
Aug
29
comment Complex Calculations
link not working :-)
Aug
29
revised How to create a pop-up window in asp.net mvc?
added 128 characters in body
Aug
29
comment How to create a pop-up window in asp.net mvc?
Of course, it can be done with the Html.ActionLink item too. - altered my comment to match it.