Web Forms :: .net Interview Question For 1+ Year Experience Developer?

Jul 8, 2010

.net interview question for 1+ year experience developer

View 1 Replies


Similar Messages:

C# Windows Developer After Having Experience?

Mar 2, 2010

Possible 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?

View 2 Replies

Forms Data Controls :: In Visual Web Developer 2008 In "Query" Can I Format The Date To Display Only Month And Year

Apr 12, 2010

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 Replies

Web Forms :: Validate Year Should Be Less Than Current Year Using Customvalidater

Feb 25, 2016

In an Textbox to accept the year before the current year how will validate.

View 1 Replies

Questions For Interview Preprations Of C#.net & Asp.net 3.5?

Jul 8, 2010

I 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 Replies

Databases :: Data Storage - Handle Record Year By Year

Jan 28, 2010

I 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 Replies

SQL Reporting :: SSRS And SSIS Interview Question Or Links?

Jun 8, 2010

forward 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 Replies

DataSource Controls :: Query Request For A SQL Server Based Interview Question?

Feb 26, 2010

This 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 Replies

Experience Integrating Application With SAP?

Jan 11, 2010

Has anyone had an experience integrating ASP.NET application with SAP? If yes, I would like to hear about those experiences.

View 2 Replies

Finding Best Freelance Websites For Experience

Dec 12, 2010

I'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 Replies

AJAX :: MaskedEditExtender Auto-fills In Year As "0001" When Year Entered Is 01?

Feb 23, 2011

I 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 Replies

Server DateTime Issue -> Client Get Bad Experience?

Jan 22, 2011

If 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 Replies

Develop Rich Experience Form Submission?

Jun 12, 2010

If 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.

View 4 Replies

Simulate The Experience Of A Unique User Through Code In A C# .net Web Application?

Mar 7, 2011

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.

View 1 Replies

AJAX :: "Year" Select Year Only From Calendar Extender?

Apr 13, 2010

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 Replies

Data Controls :: Get Data In GridView Of Month And Year Less Than Current Month / Year

Jan 30, 2014

I 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

View 1 Replies

Web Forms :: Get The Start Of A Year Period?

Sep 17, 2010

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.

View 2 Replies

Web Forms :: Display Date Year From Now?

Apr 10, 2014

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.

View 1 Replies

Web Forms :: How To Create Web App That Shows All Months Of A Year

Mar 13, 2011

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 Replies

Web Forms :: Calendar Control - Changing The Year?

Jul 14, 2010

I 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".

View 3 Replies

Web Forms :: How To Calculate Number Of Sundays In A Year In C#

Jul 2, 2012

How to calculate number of sundays in a year in asp.net 2.0?

View 1 Replies

Web Forms :: How To Make Year And Month As DropDown In Web Calender

Aug 2, 2010

Is there any way that we can make year and Month as DropDown in Web Calender.

View 8 Replies

Web Forms :: How To Validate A Date Field - Specifically The YEAR?

Apr 8, 2010

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.

View 12 Replies

Web Forms :: How To Generate A List Of Week End Dates Of A Year

Mar 16, 2011

Any sample of codes that would generate a list of week end dates of a year in asp.net c#?

End date is Sat.

View 3 Replies

Web Forms :: Calendar To Navigate To Next Year On Button Click

Jan 6, 2010

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







Copyrights 2005-15 www.BigResource.com, All rights reserved