Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
19% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
3
Downvoting Members
6

45 Posted Topics

Member Avatar for adobe71
Member Avatar for rubberman
0
107
Member Avatar for Hakoo

[CODE]<script language="javascript" type="text/javascript"> function popwin() { var w=window.Open("yourpage.html",'PageTitle','toolbar=no,width=300,height=400'); w.window.focus(); } </script>[/CODE] Use this javascript code between <head> tag.Call it on button click.

Member Avatar for sunnivasa
0
616
Member Avatar for manjulabai

take the idea from the following code: [CODE] using System; using System.Configuration; using System.Data; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Data.OleDb; public partial class _Default : System.Web.UI.Page { //OleDbConnection con = new OleDbConnection(ConfigurationSettings .AppSettings ["conn"]); OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\WebSite\\Registration\\App_Data\\web.mdb;Persist Security Info=True"); …

Member Avatar for brianmaddox
-1
530
Member Avatar for adobe71

Is their any way to make an exe from my python files other that py2exe as am getting some problem.And for the same is their any method for linux also.

Member Avatar for snippsat
0
196
Member Avatar for KushMishra

[QUOTE=;][/QUOTE] You can take idea from my chat app on [url]http://realzone71.googlepages.com[/url]

Member Avatar for adobe71
1
171
Member Avatar for adobe71

My asp.net Page contains a panel,panel contains gridview with both scroll bars eg: horizontal and vertical.How to print only whole panel content using javascript or another method.

0
76
Member Avatar for adobe71

How to replace '/' to '//' in database path,after selecting it from openfiledialog() control. From [CODE]OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:[B]\[/B]Documents[B]\[/B]Visual Studio 2008[B]\[/B]WebSites[B]\[/B]myproject[B]\[/B]db[B]\[/B]mobile.mdb");[/CODE] To [CODE]OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:[B]\\[/B]Documents[B]\\[/B]Visual Studio 2008[B]\\[/B]WebSites[B]\\[/B]myproject[B]\\[/B]db[B]\\[/B]mobile.mdb");[/CODE] using button click

Member Avatar for Antenka
0
238
Member Avatar for adobe71
Member Avatar for adobe71

How can i host webserver from home pc.Webserver like abyss or xampp.I am using usb dongle for internet,i have no router.I have searched on google but most of them use port forwarding in router..

Member Avatar for lasitha2005d
0
181
Member Avatar for adobe71

How can i insert password from textbox in database in encrypted form and match from database to login.

Member Avatar for sknake
0
86
Member Avatar for adobe71
Member Avatar for adobe71

How can I upload image by checking pixel(ie 100x100) and size(ie 50kb)in MS Access and retrieve from database to show in image control using C#.

Member Avatar for sgt_toasty
0
88
Member Avatar for adobe71
Member Avatar for pankeel
0
75
Member Avatar for kimmi_baby
Member Avatar for adobe71
Member Avatar for honey61399

Simpliy use dreamweaver by insert media option and save it,after that open .aspx file in Visual studio.

Member Avatar for honey61399
0
281
Member Avatar for adobe71
Member Avatar for aspproject
0
76
Member Avatar for YMCMb
Member Avatar for adobe71

i hav created software in visual studio 2008 window application using C#,now i want to add serial number.how can i do it pls give ur suggestions.

Member Avatar for Serialz
0
196
Member Avatar for adobe71

How can I access remote database using window application in C#.I want to insert/update and delete the record from database which placed in web server using window application.

Member Avatar for Lusiphur
0
129
Member Avatar for adobe71
Member Avatar for adobe71

View my sw collections made by myself.take and give ideas. [url]http://realzone71.googlepages.com[/url]

0
54
Member Avatar for adobe71

i am using visual studio 2008,windows vista operating system,i put the ms access database inside "c:/windows/test.mdb",i also put in c:/test.mdb.but in both cases when i execute update query it gives error-"Operation must use an updateable query".But it works fine when i put database in non-window drive as E:,P: etc,also in …

0
34
Member Avatar for adobe71

My window application gives error-"Operation must use an updateable query" while run in vista.I used update and insert statements.How can I provide permission to write/update in Ms Access database.

Member Avatar for adobe71
0
105
Member Avatar for adobe71

Anybody have windows7,please send me windows7 media folder(location: C:/windows/media).Zip and send to me. THANKS

Member Avatar for Teme64
-4
32
Member Avatar for adobe71
Member Avatar for adobe71
0
81
Member Avatar for adobe71

How to find the difference between system time and user input time in the format [hh:mm] in millisecond.

Member Avatar for arqtan
0
117
Member Avatar for adobe71

I have locked ms access database with password.When i add it to setup of project,it gives error that database is locked or not found.How can i add database with password to the setup using visual studio 2008.

0
36
Member Avatar for adobe71

I have installed oracle10g ExpEdition,it hasn't inbuilt table. I need oracle tables emp,dept,salgrade,mgr.If you have installed oracle9i , you can easily export the tables. I am describing the method. [ICODE]open command prompt type C:\>exp scott/tiger file="c:\emp.dmp" tables=(emp,dept,salgrade,mgr) [/ICODE] then go to c drive,You can see the exported emp.dmp file. Please …

Member Avatar for rohinireddy
0
130
Member Avatar for adobe71

I am using visual studio 2008 with C# developing an window application, I want to displsy blinking text with marquee on label using [B]thread[/B].But it generates error :--Cross thread error. What is this and pls solve my problem.

Member Avatar for PierlucSS
0
106
Member Avatar for adobe71

I want to create Google Custom Search TextBox that has background image and image disappears on onmouseclick and appears back on onmouseout. What is the code behiend it.Pls write the code. [B]THANX[/B]

Member Avatar for pritaeas
0
52
Member Avatar for ekseks

[[CODE]<img src="abc.jpg" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.4;this.filter.alpha.opacity=40" onmmouseout="this.style.opacity=1;this.filter.alpha.opacity=100" [/CODE]

Member Avatar for ekseks
0
73
Member Avatar for adobe71

My website contains database,which runs successfully in visual studio 2008,but when I put it in \wwwroot in IIS, database not working.PLS solve my problem.

Member Avatar for ajwei810192
0
118
Member Avatar for adobe71

I want to create custom search box like Google. I want to place the image inside the textbox and when user click on textbox the image on textbox must disappear.How it is possible.

Member Avatar for sergb
0
84
Member Avatar for balaji_dsce2008

[B]Good question follow these steps:[/B] 1. First make flash movie using macromedia flash8 or any version. 2. save .swf file to website folder. 3.Now use DREAMWEAVER, open your .aspx file using dreamweaver. 4.Go to insert->media->flash at the desire location. 5.Give the path to .swf file. 6.Save it. 7.Now open .aspx …

Member Avatar for dnanetwork
0
125
Member Avatar for adobe71

Here is my small project [URL="http://aspspider.biz/realzone/default.aspx"]http://aspspider.biz/realzone/default.aspx[/URL] Here you can see my small project and can take some ideas.Pls give me some usefull suggestions.

Member Avatar for dnanetwork
0
41
Member Avatar for adobe71
Member Avatar for adobe71

I want to generate non-repeated random number. I tried the following code but it generates repeated random number. [code] protected void Button1_Click(object sender, EventArgs e) { Random rnd = new Random(); int n = rnd.Next(1, 100); Label1.Text = n.ToString (); } [/code]

Member Avatar for Freon22
0
196
Member Avatar for ravin26

[B]Try this:[/B] First add folder name it download then add abc.mp3 file and write the following code: [CODE] <a href="download/abc.mp3">Download Music</a> [/CODE]

Member Avatar for adobe71
0
101
Member Avatar for kaivalPrajapati

[B]Follow These Steps:[/B] 1.Add new folder to website and name it images 2.Add desire pictures to this folder. 3.Now add xml file. 4.write the following code [CODE] <?xml version="1.0" encoding="utf-8" ?> <Advertisements> <Ad> <ImageUrl>images/1.jpg</ImageUrl> </Ad> <Ad> <ImageUrl>images/2.jpg</ImageUrl> </Ad> <Ad> <ImageUrl>images/3.jpg</ImageUrl> </Ad> <Ad> <ImageUrl>images/4.jpg</ImageUrl> </Ad> </Advertisements> [/CODE] 5.Add adrotator to web …

Member Avatar for adobe71
0
78
Member Avatar for ritika_khanna

Hi,ritika,It will really help you. First add panel to webpage.Then write the following code in source: <asp:panel> <marquee direction="up"> ABC<br> DEF<br> GHI<br> Notice<br> </marquee> </asp:panel>

Member Avatar for adobe71
0
336
Member Avatar for adobe71

[B]1.[/B] I want to put javascript in webpage that shows gif image on moving cursor anywhere on the page and [B]2.[/B]I want to get the value of one textbox and put this value to another textbox.

Member Avatar for adobe71
0
67
Member Avatar for adobe71

I have problem in database file which I made in Access, language C#,It works fine after installation in default location "C:/program files/default company name/project name/abc.mdb", but when I install it in different drive (non-window drive) then my project doesn't find the database file.So,how can I remove this problem.

Member Avatar for chetanbasuray
0
119
Member Avatar for adobe71

How can i encrypt access .mdb file ,make it .mde and add password .what is the connection string in C#,how can i access it and how can i make backup file.

Member Avatar for _V_
0
106
Member Avatar for adobe71

I have a problem in my project in C# visual studio 2008, I added a textfile in my project,on button click it opens,After deployement (installation)it works fine in window xp but give error in vista,it do not find the path specified. Folling is the code: private void pictureBox9_Click(object sender, EventArgs …

Member Avatar for Geekitygeek
0
180

The End.