Jagz W
Posts
-
asp.net -
MS has lost it all! Time to move on? -
Santa Claus as a developerThere will be no holiday on christmas One person's data is another person's program. --J.Walia
-
How was your first day on .net?I used .Net (1.1) when i was in college. In my training section, my teacher showed me, how to build web page using vs controls. Then i started playing with textboxes, images and others controls and created a new website for one of my friend. One person's data is another person's program. --J.Walia
-
Can we show validation message differently in MVC3Hi all, I have textbox with of email. It has two validation one is required and another is regularexpression. Can i show different message for the both validation? e.g This is validation logic [Required(ErrorMessage = "*")] [DataType(DataType.EmailAddress)] [RegularExpression("^[\\w-]+(\\.[\\w-]+)*@([a-z0-9-]+(\\.[a-z0-9-]+)*?\\.[a-z]{2,6}|(\\d{1,3}\\.){3}\\d{1,3})(:\\d{4})?$", ErrorMessage = "Email address should be in proper format (e.g. username@domain.com)")] public String Email { get; set; } Below is html <div class="input_set"> <div class="editor-label"> @Html.LabelFor(model => model.Email) </div> <div class="editor-field"> @Html.TextBoxFor(model => model.Email) <br /> @Html.ValidationMessageFor(model => model.Email) </div> </div> Now i wnat to show @Html.ValidationMessageFor(model => model.Email) message in different location. One person's data is another person's program. --J.Walia
-
How to get rows having sum equal to given valueI think this cannot be done in a single query. You need to create combination by looping One person's data is another person's program. --J.Walia
-
Can a web application run without Web.Config [modified]how i can use machine.config inside of web.config One person's data is another person's program. --J.Walia
-
Can a web application run without Web.Config [modified]done. Thanks One person's data is another person's program. --J.Walia
-
Can a web application run without Web.Config [modified]Can a web application run without Web.Config, If Yes then How? One person's data is another person's program. --J.Walia -- Modified Friday, May 13, 2011 11:47 AM
-
Multiple check Boxes Events and Text Boxes Enablinguse switch case and handle the checkbox checked event
One person's data is another person's program. --J.Walia
-
Date Problem in SLhow i can handle this??
One person's data is another person's program. --J.Walia
-
Date Problem in SLI am displaying date in my .XAML page In .XAML.VB e.g variablename = date.now() But it is returning my client date. i want to display server date.
One person's data is another person's program. --J.Walia
-
@@rowcount is now working with while and if statementI have created a sp in which i have used @@rowcount with while but it is not working e.g Select * from #temp print @@rowcount while @@rowcount <> 0 begin ---- ---- --- end the print command is giving rowcount 1 but still it is not working
One person's data is another person's program. --J.Walia
-
Does PRINT work in sql server functionthanks sir. One person's data is another person's program. --J.Walia
-
Does PRINT work in sql server functionthanks for reply. then what is solution for this? I have one more question. can we use Execute sp_executesql in functions One person's data is another person's program. --J.Walia
-
Does PRINT work in sql server functionbut i am getting the below error: Invalid use of side-effecting or time dependent operator in 'PRINT' within function One person's data is another person's program. --J.Walia
-
Does PRINT work in sql server functionHi all Does PRINT work in sql server function??? One person's data is another person's program. --J.Walia
-
how to get selected item of listboxi want to get selected item of listbox.
One person's data is another person's program. --J.Walia
-
how to get selected item of listboxi have listbox inside a datagrid. when user click save button i want to get the selected value of the list.
One person's data is another person's program. --J.Walia
-
how to bind images horizontally in datagridHello Mark Please check this link http://dotnetcurry.com/ShowArticle.aspx?ID=264 I have used same logic. please help now i need this badly.
One person's data is another person's program. --J.Walia