thanks .its working fine.
Dear Sir,in my VB.NET Code a runtime error is generated while i am trying to convert string value (like 20 from a TextBox ) to integer type.I...
yes,that was a port conflict problem.when i changed the port number from 80(previous) to 81(new) the server started. BUT another problem...
sir, i am new to .net and IIS.I have successfully installed IIS server on my computer,but when trying to run ,it gave the following error....
As you said, i replaced all the '@' symbols with ':' symbols and my problem is solved.
dear sir, i am unable to short out a problem that i get when inserting this <appSettings....> code in web.config file.i think i am not placing it...
oh! thanks a lot...it is working fine. So main problem was with oracle data provider...is'nt it..
main problem is in this statement: oracmd.ExecuteNonQuery(); . Because oracle is returnong some error at run time,when i am inserting...
Dear sir, i am new to ASP.NET programming ,through c#. In my web project,i am inserting into SqlServer Database through Command.Text method.It...
then what will be the most appropiate answer if this question is asked in exam?In book i have read it's wrong but actual compilation works...
void main(int argc,char *argv[]) { printf("\n%c",++(*(++(*++argv)))); } Running the executable file of this program at command line,with...
hi friends, plz give some concrete points about near,far and huge pointers. Or any web resourse.
int *dangle(int num) { int temp=5; return(&temp); } void main() { int *iptr,deng=56; iptr=dangle(deng); printf("%d",*iptr); } I...
Consider the declaration: main() { struct num { a:1; }; struct num A; A.a=0; printf("%d",A.a); } It gave output 0,that's...
class InstanceTest { public static void main(String [] args) { InstanceTest ob1=new InstanceTest(); Object ob2=ob1;...
1. StringBuffer s1 = new StringBuffer("abc"); 2. StringBuffer s2 = s1; 3. StringBuffer s3 = new StringBuffer("abc"); How many objects are created ?
class C { static int f1(int i) { System.out.print(i+","); return 0; } public static void main(String [] args) { int...
import java.awt.*; import java.awt.event.*; import java.applet.*; /* <applet code="AdapterDemo" width=300 height=100> </applet> */...
#include<stdio.h> main() { float i=65.8; printf("i= %f",i); } with reference to the above code, output of this prgogram is i=65.800003...
Separate names with a comma.