ASP.NET Code (46)
VB.NET Code (9)
C Sharp Code (51)
ADO.NET Code (8) i want to input any no in textbox1. then click to button and then show the name in the textbox2 please send me coding
2 5070Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
1 7553Write a program which has a function and that function should take 2 or 3 or any number of strings and it should return the largest common prefix of all those strings. If there is no common prefix it should return an empty string. for eg:- INPUT OUTPUT glo {glory,glorious,glod} gl {glad,glow} {calendar,phone} empty string
2 6247Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.
4468
Code for IP Address Comparison and Conversion in C#?
Code for Presenting Parent/Child Data in a Data Grid Row?
how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?
How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)
program for straight line(y=mx+c)
How to update and insert from datagridview at run time in excel database?
How we work on N tire architecture in asp.net Please give me Examle...
How to use Client-side Script to Focus Controls in ASP.NET?
Code for Searching for Multiple Matches with the MatchCollection Class?
Give me some tips in c#?
how to create a search bar which access data from various websites and retrieves the data
c# code to Count number of 1's in a given range of integer (0 to n)
Code for Communicating over Sockets?
how to track links visited in google using iframes
ArrayList declaration in .net