- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 10
- Posts with Downvotes
- 8
- Downvoting Members
- 5
101 Posted Topics
i have 3 tables student table roll no name sub table roll no subid subname markstable roll no subid marks 1)select name,subname,marks whose having marks less than 40 2)select sub name,marks whose having avg above 60% 3)select rank of each student can any one tell me the query for that | |
1 5 7 3 2 4 6 8 9 if i add the diagonal the sum is (1+2+9=12) one more diagonal (7+6=13) i dint include 2 because its already added...want the out put 12+13=25 can anyone tell me c# code for this plz | |
can anyone explain tranaction in .net ..when we go for it ? explain locking in .net along with example plz? | |
i wnat to learn how to use ajax in c# .net ..can anyone tell me is there any link to download the book from net ...plz send me the link to download plz | |
i am very new for ajax..can anyone send me the link or material to learn ajax plz | |
| |
Frenz, I used the below code to export to PDF format from my ASP.NET application. However while opening the generated PDF file, it says the file has corrupted. Please let me know if I coded anything wrong, or I need at add/remove any properties in the code, Or if there … | |
can anyone tell me the differnence between sql 2000 and sql 2005 ....scarp me or send me the link or material ..it will be very useful and very urgent also | |
i want to know all the javascript function in c# .net ..can anyone send me the link or material plz | |
can anyone explain me SSL uses along with https in c# .net (with coding example) | |
[code] <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="Person"> <xs:complexType> <xs:sequence> <xs:element name="PersonGivenName" type="xs:string"/> <xs:element name="PersonSurName" type="xs:string"/> <xs:element name="StreetFullText" type="xs:string" minOccurs="0"/> <xs:element name="LocationCityName" type="xs:string" minOccurs="0"/> <xs:element name="LocationStateName" type="xs:string" minOccurs="0"/> <xs:element name="LocationPostalCodeID" type="xs:string" minOccurs="0"/> <xs:element name="ContactEmailID" type="xs:string" minOccurs="0"/> <xs:element name="TelephoneNumberFullID" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> [/code] this is my schema file … | |
can anypone explain me string builder and string with good example ? | |
what is mean by replication..can anyone explain me with example ..couldnot get clear idea in google?plz | |
can anyone explain me deployment process in c# other than xcopy plz | |
how the session states are stored in sql server ...where it will be configured before store it into sql server ? | |
can anyone tell me about sql transcation with example..what are the types are there ? | |
In Visual Studio 2008, I received the below error message while trying to add a web reference to my Web Application. "There was an error downloading '.....asmx'. " I had no issues when I tried the same in Visual Studio 2003. What would be the problem? Please help me, It's … | |
| |
how to write " how are you " in a text file and read the file and display the contents..can anyone tell me the code for this? | |
In Visual Studio 2008, I received the below error message while trying to add a web reference to my Web Application. "There was an error downloading '.....asmx'. " I had no issues when I tried the same in Visual Studio 2003. What would be the problem? Please help me, It's … | |
i have two assembly version old version is 1.0.0.1 new version 1.0.0.2 if i want to use old version what should i do? if i want to use new version what should i do? in which field i have to mention in assembly info file ? | |
can anyone explain me staic vs instance method ..what are the differnce ? | |
can any one explain when and how we can use https and ssL IN c# .net..what is the use for it? | |
can anyone send me the llink for garpage collector working principle..when we use fimalize and when we use dispose method in c# .net plz | |
how can i access multiple databases in dataaccess layer to c# .net applications? | |
what is mean by static constructor ? explain me with understanding example? | |
| |
what is mean by delaysigning in assembly..when we use it in c# .net | |
write the program to count the number of lines in a given string ... s="hello,\n+ I am \n+"fine\n: 2.how we can display only last file | |
when we use interfaces in real time .net example....can any one explain me in detail? | |
i have never prepared design document in c# .net ..can any one tell me what are the factor we have to consider while preparing design document | |
i have one student table stu id sex coloums 1 male 2 female 3 female 4 male 5 female i want retrieve the table male as female and female as male want the result table liek this stu id sex 1 f 2 m 3 m 4 f 5 m … | |
i have 2 assembly 1.0.0.0.1 this is old assembly 1.0.0.0.2 this is new assembly i wnat to use new assembly for my application...In assembly info.cs file where i have to mention that assembly version | |
can anyone explain stactic vs instance method by understanding example plz | |
Re: as u mentioned in the above example parameters are same ,methods also same..is it runtime polymorphisim? can we achieve polymorphisim thru interfaces | |
Now i want to check whether the windows user entering the correct password or not . for example: in textbox1=username in textbox2=password onclicking the ok button if it is the right password to that user or not,if it is valid user means in messagebox("valid user") else invalid user.how to i … | |
in my project i am just collecting the patient informations...like name,age,dieases,admitting date,address, all those.. how can i use abstract and interaces in that situations | |
string path =c:/document/abc.doc this is my input string i want the output only abc not .doc can any one tell me the code for this plz | |
if we have one text box user id and one more text box password and submit button ...after enter the data in text box then click the submit button what are the internal process are happening | |
can anyone explain IIS working process.. if we send any reguest from server to client what are process are happen inside... plz expalin me ..dint understand if i search in google plzzzzzzzzzzzzzzzz | |
if i click button in pqge 1 page 2 should refresh if i click page 2 button page 3 shoould refresh if i click page 3 button page 1 shoud refresh ... can any one tell me the javascript code for this plz | |
i ma really dont know what is the use of webservices in c# .net...when we go for that? if any one using webservices plz share that code and expalin me ..plz dont tell to search in google... i am getting lot of examples in google...its very difficult to understand in … | |
| |
when we go for webservices in .net ..if any one using webservices can u share that code and explain me ..is there any video learning thing about webservices?thanks in advance plz help me out | |
The End.