Click here to Skip to main content
Page 1 of 5
Page Size: 10 · 25 · 50


Author filtered by: Member 7678194 [x]
Question 13 May 2013   license: CPOL
How to recover the deleted data from Previous year????Please help me anybody....
Question 7 May 2013   license: CPOL
I install sql server2000, 2005,2008/2008R2 in my computer.I want to find out that which latest version of sql server have install to registry key in my computer....Please help me anybody.....
Question 7 Dec 2012   license: CPOL
My formula field(@BillAmt) is declare in group header section & assign the formula is(Round((Sum({vw_SalesTaxReportEuro.TotalAmount}, {vw_SalesTaxReportEuro.SalesInvoiceNumber})+ Sum ({vw_SalesTaxReportEuro.Amount}, {vw_SalesTaxReportEuro.SalesInvoiceNumber})+...
Question 29 Nov 2012   license: CPOL
How will i get the link for downloading MSDN package of VS2010???Please Please, anybody give the link for downloading MSDN package of VS2010.Can anybody help to me?
Question 23 Nov 2012   license: CPOL
how can i gradient background of master page by asp.net in ff browser??Please supply the code without IE Browser...Please help me anybody.....
Question 9 Nov 2012   license: CPOL
How will i execute the slideshow in FF Browser????Please Please help me proper coding to supply.....
Script not work at FF by Member 7678194
Question 24 Oct 2012   license: CPOL
My script as below:----------------- function go() { C1.filters[0].Apply(); if (C1.style.visibility == "visible") { C1.style.visibility = "hidden"; ...
Question 19 Oct 2012   license: CPOL
I create a function in javascripts.This function is fine works automatic slideslow the picture at IE-6.0My function is below:-------------------function image_effects(){var selobj = document.getElementById("lstBoxSlidehow_Transition");var selIndex = selobj.selectedIndex; ...
Question 19 Oct 2012   license: CPOL
why do not work image slideshow at mozilla but does at IE browser???please help me any body.....
Question 18 Oct 2012   license: CPOL
I create a dynamic div('id=codeDiv') element in my web page and add a href element onto it.I execute to fire the onmouseover event on a href tag.How will i execute it????please help me....
Question 18 Oct 2012   license: CPOL
I create a dynamic div element in my web page.My div.id is 'codeDiv'.There are a lot of elements('a href, button, select, etc.') to my div element.How can i clear the all elements('a href, button, select, etc.') from my created dynamic div element using java scripts????please help me...
Question 17 Oct 2012   license: CPOL
I dynamically created a div in my page. The code is below:- ------- function CreateDiv() { var codeDiv = document.createElement('div'); codeDiv.id = 'codeDiv'; codeDiv.innerHTML = "JavaScript"; codeDiv.style.position = "relative"; codeDiv.style.borderStyle = "solid";...
Question 17 Oct 2012   license: CPOL
I dynamically create a div in my page.The code is below:--------function CreateDiv(){ var codeDiv = document.createElement('div'); codeDiv.id = 'codeDiv'; codeDiv.innerHTML = "Created using JavaScript"; codeDiv.style.position = "relative"; ...
Question 16 Oct 2012   license: CPOL
How to call the void parameterize function/method of server side from client side???Suppose my server side parameterize void method is :-protected void CreateDivSize(String eleId){//code something write here.}I want to call that void method from client side(java scripts).How...
Question 16 Oct 2012   license: CPOL
My code is below:------------------ protected void Page_Load(object sender, EventArgs e) { HtmlGenericControl codeDiv = new HtmlGenericControl("div"); codeDiv.ID = "codeDiv"; codeDiv.Style.Add(HtmlTextWriterStyle.Position, "relative"); ...
Question 9 Oct 2012   license: CPOL
My jquery function is below:---------------------$('img').load(function() { $(this).data('height', this.height);}).bind('mouseenter mouseleave', function(e) { $(this).stop().animate({ height: $(this).data('height') * (e.type === 'mouseenter' ? 1.5 : 1) });});I...
Question 8 Oct 2012   license: CPOL
I add a image control & set the picture in web page.I want to animate that picture, i.e.:- to increase/decrease the picture size by slowly onmouseover/onmouseout event using java scripts programming.But not a suddenly increase/decrease the size of picture.I want to slowly...
Question 8 Oct 2012   license: CPOL
I add a label & assign the text property is 'Welcome label.' & font size is default.After running the page when i locate the mouse onto label control, font of the text property is growing as setting maximum size & reversely, when lost the mouse from label, font of the text is set to default...
Question 8 Oct 2012   license: CPOL
I add a default.aspx & .js file & Image Folder('contain a lot of image files') in web site.My .aspx file code is below:-----------------------
Question 6 Oct 2012   license: CPOL
My code is below:----------------1.2.3. Untitled Page4.
Question 5 Oct 2012   license: CPOL
Suppose, there are a lots of image files in my particular location(F:\Images)I add a image control in my web page from toolbox by drag & drop.I want to create a dynamic array & populate the image files from that specifying location using java scripts & not known that how many image files...
Question 4 Oct 2012   license: CPOL
how can i count/access the no of Label/CheckBox/RadioButton web control into web page using java script????Please help me anybody.....
Question 4 Oct 2012   license: CPOL
how can i count the no of controla are exist in page using java scripts????Please help me anybody....
Question 3 Oct 2012   license: CPOL
How can i access the image array of .cs to java scripts???Suppose my .cs file is below:-String[] files = System.IO.Directory.GetFiles("d:\\picture");There are 4 exist .jpg files.I want to that image array of .cs file to access from .js file.How will i solve above...
Question 30 Sep 2012   license: CPOL
I have a lot of gif files in my specifying folder location('D\Picture\')I want to add that gif files to creating dynamic array from specifying location using java script.How will i solve the above problem by java scripts programming language?????Please help me anybody for above...
Question 28 Sep 2012   license: CPOL
How can i read the image file from specifying location by javascript programming language????Please help me anybody.....
Question 27 Sep 2012   license: CPOL
how can i count total no of .gif files in the specifying folder by javascript programming????Please help me anybody.....
Question 14 Sep 2012   license: CPOL
I download the Ajax Extension & Toolkit for VS2005& I add the tool box through browsing where the downloading ajax .dll are located.My web page code is below:----------------------------
Question 7 Sep 2012   license: CPOL
By default, the enable visual studio hosting process is on the Check Box at project properties in debug tab.how can i uncheck the enable visual studio hosting process Check Box in debug tab at runtime????
Question 5 Sep 2012   license: CPOL
I open a embedding doc file to my projects.But i want to do that, to block the ctrl+A through keyboard i/p after opening a embedding doc file by programmimg..Is it possible to solve this type of problem???Please help me anyone....
Question 2 Sep 2012   license: CPOL
how can i disable the word ribbon tab in doc file 2007 by programming????Please Please help me anybody...
Question 1 Sep 2012   license: CPOL
I open a embedding doc file into the user control from my project.I want to do that i disable/hide the office button & save button of that opening doc file.how will i solve it???Please Please help me above problem.......
Question 30 Aug 2012   license: CPOL
I open a doc file & write some to it.I press ctrl+s from keyboard, display a save dailogbox window.I create a embedding doc file from my projects.But I want to do that to disable/stop keyboard shortcut key of embedding doc file.How will i solve above problem by...
Question 28 Aug 2012   license: CPOL
How do i disable/hide ribbon of doc2007 file by programming??? Please help me any instruction....
Question 27 Aug 2012   license: CPOL
How do i disable standard toolbar of doc file by programming???Please help me any instruction....
Question 27 Aug 2012   license: CPOL
I opening a new document file from embedding word file of my project.I write some data into that opening new document and save to that data into sql server through programming.But i want to read that opening document through my runtime execution.How will i read that opening document...
Question 24 Aug 2012   license: CPOL
I download the code to do shown the doc file into Microsoft Web Browser control to the Form.The following code is below:---Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Button1.Text = "Browse" With OpenFileDialog1 ...
Question 23 Aug 2012   license: CPOL
How to set location of the opening word/Excel file into split container by programminmg?????Please help me anybody.....
Question 23 Aug 2012   license: CPOL
How to disable menuBar,Toolbar, Or save button etc. of the word/excel files through programmimg????Please help me anybody......
Question 21 Aug 2012   license: CPOL
How to get list of all files type in local computer?????
Question 21 Aug 2012   license: CPOL
I have a excel file/Other application exe file are existing in location.I want to store/retrive that files from/into SQL2000 Database, but not image.How will i do above problem??????Please help me any instruction for my convenience.......
Question 20 Aug 2012   license: CPOL
Their are connected 3 computers(A,B,C) & loaded sql server2000 in each computer into LAN.Suppose I add new sql server registration from computer B to computer C. It is add the server in left pane & works finely.Again I add new sql server registration from computer B to computer A. It is...
Question 17 Aug 2012   license: CPOL
I create a transparent form & set property of that form is backcolor(White),transparent key(Transparent).I add a textbox control to that form.I execute & shown transparent form, but not focus of textbox control.If i set transparent key is off then it is focus to textbox control.How...
Question 16 Aug 2012   license: CPOL
I add a picture box in form1 & set to background image & set to back color is transparent.I add a label into the picture box & set to backcolor is transparent.But not showing the transparent of the label....How will solve the above problem???Please help me....
Question 12 Aug 2012   license: CPOL
How can i send sms to mobile by desktop application using domain/ without domain fare???Please help me.....
Question 9 Aug 2012   license: CPOL
My sql2005 configure is set to user instance trueHow can i multiple connect to the specifying .mdf file from remote other computers in LAN????Please Please help me any ways....
Question 9 Aug 2012   license: CPOL
Suppose my .mdf & .ldf files are exist in specify location of computer(x)i connect that .mdf file from local computer & fine works.My config file is : connectionString="Server=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\SFD.mdf;Database=SFD;Trusted_Connection=yes;User...
To Writable attach .mdf by Member 7678194
Question 9 Aug 2012   license: CPOL
I create a database in physical file location 'D:\DCom\DBFolder'. Then I stop the service & copy to .mdf & .ldf file of that database into another location 'D:\DCom' & then I start the service, drop the database.I attach that locating .mdf & .ldf files through T-SQL i.e.:('CREATE DATABASE...
To attach the .mdf file by Member 7678194
Question 8 Aug 2012   license: CPOL
I have the Test.mdf & Test.ldf files in my particular location(D:\DBFolder)But when I attach that Test.mdf file by attach option then a error msg shown('Attach database failed for Server 'MachineName\SQLEXPRESS'.(Microsoft.SqlServer.Express.Smo)')my database userID = samy database...
Question 8 Aug 2012   license: CPOL
I connect my local computer(A) through the config file & it is fine works.My config file is :->-------------------

Page 1 of 5
1 2 3 4 5


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid