Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
10
Posts with Downvotes
8
Downvoting Members
5
5 Commented Posts
0 Endorsements
~10.3K People Reached
Favorite Tags

101 Posted Topics

Member Avatar for sivak

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

Member Avatar for tesuji
0
58
Member Avatar for sivak

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

Member Avatar for arunkumars
0
85
Member Avatar for sivak
Member Avatar for sivak
Member Avatar for Alexpap
-2
74
Member Avatar for sivak

can anyone explain tranaction in .net ..when we go for it ? explain locking in .net along with example plz?

Member Avatar for avirag
0
103
Member Avatar for sivak

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

Member Avatar for dnanetwork
-1
128
Member Avatar for sivak

i am very new for ajax..can anyone send me the link or material to learn ajax plz

Member Avatar for DdoubleD
0
51
Member Avatar for sivak
Member Avatar for sknake
0
141
Member Avatar for sivak

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 …

Member Avatar for textbox
0
98
Member Avatar for sivak

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

Member Avatar for serkan sendur
0
138
Member Avatar for sivak

i want to know all the javascript function in c# .net ..can anyone send me the link or material plz

Member Avatar for sysel
0
57
Member Avatar for sivak

can anyone explain me one to one and one to many and many to one and many to many relationship in sql with example plz

Member Avatar for sknake
0
88
Member Avatar for sivak

can anyone explain me SSL uses along with https in c# .net (with coding example)

Member Avatar for sknake
0
694
Member Avatar for sivak

[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 …

Member Avatar for Ramy Mahrous
-2
167
Member Avatar for sivak
Member Avatar for serkan sendur
0
109
Member Avatar for sivak

what is mean by replication..can anyone explain me with example ..couldnot get clear idea in google?plz

Member Avatar for davidn
0
107
Member Avatar for sivak
Member Avatar for sknake
-1
82
Member Avatar for sivak

how the session states are stored in sql server ...where it will be configured before store it into sql server ?

Member Avatar for sknake
0
51
Member Avatar for sivak

can anyone tell me about sql transcation with example..what are the types are there ?

Member Avatar for Narue
0
62
Member Avatar for sivak
Member Avatar for Ramy Mahrous
0
48
Member Avatar for sivak

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 …

Member Avatar for Ramy Mahrous
0
108
Member Avatar for sivak
Member Avatar for sknake
0
52
Member Avatar for sivak

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?

Member Avatar for sivak
0
84
Member Avatar for sivak

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 …

0
62
Member Avatar for sivak

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 ?

Member Avatar for sivak
0
69
Member Avatar for sivak
Member Avatar for sivak
0
53
Member Avatar for sivak

can any one explain when and how we can use https and ssL IN c# .net..what is the use for it?

Member Avatar for sknake
0
165
Member Avatar for sivak

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

Member Avatar for thewebhostingdi
0
88
Member Avatar for sivak

how can i access multiple databases in dataaccess layer to c# .net applications?

Member Avatar for thewebhostingdi
0
239
Member Avatar for sivak

what is mean by static constructor ? explain me with understanding example?

Member Avatar for kvprajapati
0
82
Member Avatar for sivak
Member Avatar for sknake
0
41
Member Avatar for sivak
Member Avatar for sknake
0
133
Member Avatar for sivak

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

Member Avatar for sknake
0
70
Member Avatar for sivak

when we use interfaces in real time .net example....can any one explain me in detail?

Member Avatar for serkan sendur
0
119
Member Avatar for sivak

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

Member Avatar for AmirBedair
0
66
Member Avatar for sivak

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 …

Member Avatar for AmirBedair
0
66
Member Avatar for sivak

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

Member Avatar for AmirBedair
0
69
Member Avatar for sivak

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 …

Member Avatar for mail2saion
0
76
Member Avatar for sivak
Member Avatar for kvprajapati
0
70
Member Avatar for FallenPaladin

as u mentioned in the above example parameters are same ,methods also same..is it runtime polymorphisim? can we achieve polymorphisim thru interfaces

Member Avatar for sivak
0
151
Member Avatar for sivak

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 …

Member Avatar for kvprajapati
0
62
Member Avatar for sivak

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

Member Avatar for kvprajapati
0
67
Member Avatar for sivak

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

Member Avatar for kvprajapati
0
108
Member Avatar for sivak

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

Member Avatar for sivak
0
73
Member Avatar for sivak

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

Member Avatar for kvprajapati
0
55
Member Avatar for sivak

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

Member Avatar for kvprajapati
0
72
Member Avatar for sivak

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 …

Member Avatar for kvprajapati
0
80
Member Avatar for sivak

can anyone expain with coding the use of xml,xslt in c# .net

0
52
Member Avatar for sivak

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

Member Avatar for kvprajapati
0
61
Member Avatar for sivak
Member Avatar for sivak
0
73

The End.