Asp .NET is a development environment which requires you to develop an application from scratch. Sharepoint its main advantage that it gives you an environment out of the box with out a single line of code. For more information check sharepoint.microsoft.com
Hi, thanks for the reply. i am a .net developer,need to know about this sharepoint in dotnet? if you have any samples or tutorials regarding this, please give me the link? Thanks in advance
Known is a drop , Unknown is an Ocean
That is a good site. Don't forget about the Expresso tool found on this site.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
ganeshMohan wrote:
I'm using visual studio 2005 and ajax extension 1.0
Fortunately, there is a forum for that[^]. :)
Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
wild guess, isn't problem in this line: Response.AppendHeader("Content-Length", filename.Length.ToString()); where you are saying that content of the response is as long as length of the filename? Pilo
This is a common question. Search Google for regular expressions and HTML tags and you'll find plenty of examples.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
I worked hard for my certifications and you just want a dump of the answers. You and your ilk debase the efforts that people who are genuinely interested in getting their certifications legitimately and fairly. If you want an MCP then actually LEARN the subject! You will then be a useful individual rather than a waste of space.
Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website
Delete - delete deletes the records from table it can be rollbacked also you can give the where condiition to it. Truncate - delete all records from table There is no rollback it always commit without givening the commit.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
An assembly basically is an executable file. Boxing means "packing" a value type into a reference type. Unboxing is the "unpacking" of the value type. (I hope I got that right...)
Ganesh: I would have to see your code to figure out how to do what you want, but it doesn't sound like a huge problem. You can post the code here (in this thread) or email to me if you like. --Retired Alchemist