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


Author filtered by: Darsh_Basha [x]
Question 8 May 2013   license: CPOL
Hi I have an encrypted procedures sql 2005 how can i Decrypt this procedures and open it . I do not have the script and want to want do some modification
Question 2 Apr 2013   license: CPOL
hi i want to get the value of the row from the gridview in my webpage , my grid has three fields whith type tempeletfield . when i click on the url field get the value of the url in string .
Question 1 Apr 2013   license: CPOL
Hi i want to display open or display word document in my asp page .i have googled for method and get this method that display the content , but without formatting and without document table or document images Microsoft.Office.Interop.Word.ApplicationClass wordApp =...
Question 31 Mar 2013   license: CPOL
Hi i have some textboxs in my page and some validation controls . i want to fire the validations controls in btn click "btn name : Save" . my page have three btn , how to fire validation in save btn only , not in any btn .
Question 28 Mar 2013   license: CPOL
Hi i want to know , how to view TIFF images in my page using asp.net c#i was tried with this codeResponse.ContentType = "image/tif";Response.WriteFile(filepath);Response.Flush();Response.Close();but this not display any image . its display open / save dialog
Question 28 Mar 2013   license: CPOL
hi i get this Error Incorrect syntax near 'int'when i modify my tableALTER TABLE upload ALTER COLUMN MODIFY id int IDENTITY(46,1)help me .
Question 25 Mar 2013   license: CPOL
Hi please tell me how will i display images and documents in my page in asp.net , iam using online url to display the document my url like this "...
Question 23 Mar 2013   license: CPOL
Hi how to open any document using URL "a Word document Online in Client Browser " , the document located in server and i want to open it using the document URL ( url = the document path in the server machine )
Question 12 Mar 2013   license: CPOL
Hi i have created controls in run time in asp.net "C#" and now i want to add values to this controls in run time finally the page appear with the controls and values
Question 5 Mar 2013   license: CPOL
Hi i get this error while running my web application (are you missing an assembly reference?)C:\Documents and Settings\mostafa\My Documents\Visual Studio 2008\search_last\search\App_Code\Office.cs1 33 98 searchand i added using Microsoft.Office;using...
Question 27 Feb 2013   license: CPOL
Hi i have function that read the content of the word file and display it in the web pagebut without the format or word style like : 1. pictures 2. tables 3....
Question 27 Feb 2013   license: CPOL
Hi i want to develop asp application that view the any office document and i used Response.ContentType to display the documentand this is the code if (URL.Contains(".doc"))//URL is document path Response.ContentType = "application/msword"; ...
Question 26 Feb 2013   license: CPOL
Hi alli want to view pdf files in iframe in asp.net(C#) page the Scenariothe user upload the pdf using file upload then press view btn , the pdf file view inside the iframe can any one tell me How to do this? thx
Question 24 Feb 2013   license: CPOL
Hi i have created a web form to display a pdf file in web string phy_path = FileUpload1.PostedFile.FileName;// to get full file path string path = MapPathReverse(phy_path); Session["path"] = path.ToString(); PDF_frame.Attributes.Add("src",...
Question 26 Mar 2012   license: CPOL
i using this code to make (text) image segmentation#include #include #include #include const char *WIN1="Segmented"; // This will be the window nameIplImage* imagen;IplImage* imagen_color;IplImage* smooth;IplImage* threshold;IplImage*...
Erorr in my statement by Darsh_Basha
Question 14 Mar 2012   license: CPOL
HIWhen i run this command select sum(Maden) as مدين,sum(Dayn) as دائن from Ezn_Qaidwhere Qaid_date between ''and''where Bayan_Oll='VISA'get this erorrMsg 156, Level 15, State 1, Line 4Incorrect syntax near the keyword 'where'.PLZ Help MeThanks
Question 14 Mar 2012   license: CPOL
HiI have wrote this codeSqlConnection con = new SqlConnection("Data Source=MOSTAFA;Initial Catalog=mohasba;Integrated Security=True");SqlCommand com = new SqlCommand("insert into Ezn_Qaid (Qaid_no,Qaid_date,Maden,Dayn,El_Qema,Qaid_Type,Bayan_Oll) values('" + B_No.Text + "','" +...
Question 11 Mar 2012   license: CPOL
SqlConnection con = new SqlConnection("Data Source=MOSTAFA;Initial Catalog=mohasba;Integrated Security=True"); DataSet ds = new DataSet(); SqlDataAdapter da = new SqlDataAdapter(); da.SelectCommand = con.CreateCommand(); da.SelectCommand.CommandText = "select sum(مدين) AS مدين,sum (دائن)...
Question 8 Mar 2012   license: CPOL
SqlConnection con = new SqlConnection("Data Source=MOSTAFA;Initial Catalog=mohasba;Integrated Security=True");DataSet ds = new DataSet();SqlDataAdapter da = new SqlDataAdapter();da.SelectCommand.CommandText ="select sum(مدين),sum (دائن) from اذن_قيد where اسم_البيان='" +...
C#
Question 24 Sep 2011   license: CPOL
I don't understand why this error is happening when I try to load my xmlinto my DataSet."Cannot add a nested relation or an element column to a table containing aSimpleContent column."XmlTextReader read = new XmlTextReader("http://msdn.microsoft.com/rss.xml"); DataSet ds =...
Question 18 Sep 2011   license: CPOL
Hi,i was created web app that play the internet radio station in my page and this code was wrote in html to add windows media player 11 to my page

Page 1 of 1


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