Started 2 weeks, 5 days ago (2009-11-26 07:27:00)
by home base
Try this steps.
In internet explorer window click on Tools .
On the Tools menu, click Internet Options . On the Security tab, select the zone the site loads under. Click on Custom level bottom.
Scroll down to the Scripting section, and set the
Active Scripting to Disabled - prevents scripts or to Prompt - prompts user to run or not to ...
Started 3 weeks, 3 days ago (2009-11-21 03:16:00)
by Roei Bar
if you are using List<object> which means its any kind of type, in order to cast the object you will have to call the GetType() Method and cast based on the Response. if its a Base T List like this List<T>, it means that T is of a list of Known Types meaning like this List <T> : where T is Product and Product is all kind of objects that inherit from it. and then you can know exactly what T...
Started 3 weeks, 5 days ago (2009-11-19 12:26:00)
by Sam Hobbs
What do you have for the Temp and Tmp
environment variables? My guess is that that is where CSC determines where to create temporary files and that they are not set or are not set properly. To look at the environment variables, just go to a command prompt and type set and enter, or go to "Start | Run" and type msinfo32.exe and click Ok. Expand the Environment Variables node.
To modify ...
Started 3 weeks, 5 days ago (2009-11-18 19:21:00)
by jinge
If you have any ideas with this forum, you can feedback in the following address:
http://www.c-sharpcorner.com/Ideas/Defau lt.aspx
Started 3 weeks, 6 days ago (2009-11-18 00:07:00)
by home base
Show this code sample < %@ Master Language = "VB" CodeFile = "site.master.vb" Inherits = "site" % > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transition al.dtd" > <
html xmlns = "http://www.w3.org/1999/xhtml" > < head runat = "server" > < title >...
Started 3 weeks, 6 days ago (2009-11-17 23:16:00)
by niki d
Hi
Vandana,
What is the language?
C# or VB? and do you need the code to connecting to DB as well?
Started 1 month, 1 week ago (2009-11-08 11:29:00)
by Kirtan
Friend, make sure that you have installed SQL Server in the Machine where you using that application . and if still not resoved then let me know what error you are getting i will tell you solution :) if my answer helps you then check " Do you like this answer"
Check Box :)
Started 1 month, 1 week ago (2009-11-06 00:13:00)
by Jorge L Fernandez
Hi, It looks like your code flow somehow remains doing something else right after finishing the Gun Fire clip and therefore the painting code get slow. Try disposing or releasing every resource related to that clip and would be very usefull if you put your code here to see more specific details.
Started 2 months, 2 weeks ago (2009-09-25 17:11:00)
by Roei Bar
well yes you can, you will need to add a custom ListView Tooltip here is a sample for this http://www.
codeproject.com/KB/list/ItemHoverEventL istView.aspx?msg=2740026
Started 2 months, 3 weeks ago (2009-09-24 01:20:00)
by Praveen Moosad
You can put code in the editor just like any other text.
Just copy the code from VS or
doc file and paste it to the editor.