Web Forms :: .net Interview Question For 1+ Year Experience Developer?
Jul 8, 2010.net interview question for 1+ year experience developer
View 1 Replies.net interview question for 1+ year experience developer
View 1 RepliesPossible Duplicate:
Webforms to Winforms i have this doubt, can i go into c# windows developer after having experience in asp.net? and how is the pay in C# development, and what about the scope? are companies using C# in development?
in visual web developer 2008 in "Query" Can I format the date to display only Month and year ?example: I have Complete date in my table like 05/04/2010. In Query in need to display only Month and year Like 04/2010 Or April/2010
View 5 RepliesIn an Textbox to accept the year before the current year how will validate.
View 1 RepliesI am a windows developer 3.6 Exp in .Net,i need some good link or questions for interview preprations of C#.net & Asp.net 3.5
View 2 RepliesI develop a asp.net web application with mysql database. Our monthy data entry records will be over 700. Here I would like to know : could mysql safely handle this monthly records year by year?to handle these records, should I need to make any registration to mysql for any services?is mysql a totally free database?
View 3 Repliesforward me the SSRS or SSIS Interview Question or Links, I have search in google but i did not got much information on that.
View 2 RepliesThis was asked during one of my interview.I was not able to answer could someone help me out to write a query for this With the above table.We should have a qry written so that it shows the following result
View 2 RepliesHas anyone had an experience integrating ASP.NET application with SAP? If yes, I would like to hear about those experiences.
View 2 RepliesI've Googled this for about 1 hour visiting different Freelance websites for .NET work. I'm trying to improve my skills, so I thought this would be the best way to have experience. which Freelance website do you use, or have heard good things about? I'm trying to stick to one website that has a good reputation.
View 7 RepliesI am facing an issue in MaskedEditExtender control on date.The valid date format is mm/dd/yyyy in my application.If I enter 2 digits in the year like 11,then automatically it takes as 0011 but i want it as 2011.I tried setting default century as 2000 but of no Further after some research,i tried to locate MaskedEditBehavior.js file but was unable to do so.
View 13 RepliesIf server is located in US and website user is from Asia, when user add a new comment, he sees that the comment is added 10 hours ago because there is 10 hours timing difference in Asia and US.What I want to do is when displaying comment, automatically convert date time to the time of target country or region where user come from. Track user region/country DateTime in any webpage should be converted to that country time So that I can display user that he posted comment a few second ago...
View 1 RepliesIf I have a large amount of fields/data on the Form, what's the strategy to organize or break them down within Form? or There
is other approach to develop rich experience form submission.
we have an ASP.net web application running on IIS7. We have multiple users, but we don't always know their password. Here's what we'd like to be able to do:
Login as some sort of administrator, be presented with our current list of users, click some sort of "Run as John Doe user", at which point we'd be able to see the application (or certain pages) as that user.We're looking to do this in a support/debugging capacity. I've looked into ASP.net's Impersonation, but that doesn't seem to apply here.
i dont kn hw to do it, i'v a textBox "txtYear" and calndr ex "exYear"i want to select ' only year' when click on Year - it should not open months of that year i m shwng DefaultView="Years", bt need code to select year
View 4 RepliesI am having one table in whic there is monthyear column and amount column..i want the data in gridview of monthyear less than current monthyear ...
my table entry is like this
Monthyear Amount
December 2013 10000
January 2014 20000
February 2014 60000
March 2013 40000
I use the following to get the start of a year period, it might be a fiscal or calandar year.
[Code]....
I'm just setting a label to this date.
If the user enters 12/31/2008 as the enddate1 it shows as 1/2/2008, because it was a leep year.
I cannot just use the "1/1/" becuase they might be entering 7/1/2009 as the end of the fiscal year period.
i want to display a date 1 year from now.
how do i do that?
it will be auto update from the current date everytime people view it.
I need to create asp.net web application in which i have to show Calendar that displays all months of year with Navigation buttons like Next, Previous to move on next years months. Is there ficibility to modify asp.net calendar control to show all months of a year?
View 3 RepliesI want to know if it is possibe and a general idea on how to do so: Populate a calender control's year based on a value selected by the user in a drop down menu.
The layout will have the general description of: 2 Drop down menu's side by side with one populated from 1900-2020 (the years) and another populated with January - December (the months). Once a user selects a year (which is a auto post back drop down box) the year should reflect on the load event, or on the index changed event on the drop down, and show the year / month that is selected in the drop down menu's.
Is this possible to accomplish? I thought it would be as easy as Calender1.SelectedDate.Year = 1909 ; however, this throws the error saying that this particular property on the control is "Read Only".
How to calculate number of sundays in a year in asp.net 2.0?
View 1 RepliesIs there any way that we can make year and Month as DropDown in Web Calender.
View 8 Replies I have a text field set up to accept a date: [Code]....
how to get the validator to make sure that the YEAR is acceptable. For instance, I can enter a year of "0000" and the validator will not catch it or display the error message. I can even enter a year of "9999" also. The only time the validator catches it is if I input something like "45/95/7589" for the date.
Any sample of codes that would generate a list of week end dates of a year in asp.net c#?
End date is Sat.
I need to add a button above a Calendar Control that "jumps" forward with 1 year in case the user wants to book for an event next year, without having to click the >>NEXT MONTH linkButton 12 times?
View 7 Replies