Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~31.7K People Reached
Favorite Tags

48 Posted Topics

Member Avatar for IT_Techno

Hi , i have server HP Proliant ML350 with windows server 2012, i have connect my network to it, and every things is ok, after two days when i restart or close then open the PCs all the new data or files or folders removed from desktop or the drivers, …

Member Avatar for bongskey
0
278
Member Avatar for IT_Techno

hi I have developed my owen windows form, and instal different copies of it at different platforms i have istaled it at win 7 and xp it's work well but at windows 8 when i pring data from sql db to show at for edit or it gives me this …

Member Avatar for sandeepjkl
0
407
Member Avatar for IT_Techno

I have this problem when I add new project -> other projects -> visual studio installer -> Setup wizard to create setup project after finish it gives me this problem : ** The following files may have dependencies that cannot be determined automatically. Please confirm that all depedencies have been …

Member Avatar for J.C. SolvoTerra
0
204
Member Avatar for IT_Techno

hi I have create windows application using visual Studio 2010, every things goes will, but I have problem with display crystal reports in arabic language. on my pc every things working and showing reports very will in arabic language, but when i create setup project and .exe file then install …

Member Avatar for IT_Techno
0
368
Member Avatar for IT_Techno

I'm using VS 2010 professional with SAP crystal report. And I have an windows form application for displaying some crystal reports. This is working well and good in the system I'm have developed it but, when I set this project to run in setup mode or in other machine then …

Member Avatar for minhthienstrong
0
426
Member Avatar for IT_Techno

hi I have filled my datasetfrom my sql db then used that data to show at crystal report, when i go back again to fill it with another data it show to me the old one why ? how can i solve this problem ?? Best Regards

Member Avatar for IT_Techno
0
182
Member Avatar for IT_Techno

hi I have create VS project using C#, I am using Crystal Report when i run project using VS 2010 The Crystal report work very well, but when i create setup from project and run the project after download setup the crystal report does not open, - Although i am …

0
127
Member Avatar for IT_Techno

hi Iam using sql server 2008 r2 with database that saving Arabic and English with it, when i use this sql statement SELECT * FROM Land_Files WHERE Briefness LIKE '%Qusin%' it gives me aresult but when i use the same sql Statment with small difference : SELECT * FROM Land_Files …

Member Avatar for LastMitch
0
232
Member Avatar for IT_Techno

hi ihave 26 tables wanna to build 26 select statements from the tables, so i will have 26 diffrent result of select, but the columes' names have the same names in 26 tables with diffrent data, iwant to bind all data from 26 selects in one datagridview can i do …

Member Avatar for IT_Techno
0
130
Member Avatar for IT_Techno

hi Iam new for php and trying to learn, i want to know what is this line of code mean : $_PROFILER->mark('afterRoute') : null; $_PROFILER ?? -> ?? what does it used for and what is it mean ? mark()??? : ?? null?? and 'afterRoute' ??? thanks for all ;)

Member Avatar for IT_Techno
0
262
Member Avatar for IT_Techno

When I use the insert function I can see new data at the front end. But I cannot see the new data in Access. Other times when I close the application and restart, new recorded is not there. If I look in Access application and closed it then open VS2010 …

Member Avatar for Momerath
0
188
Member Avatar for IT_Techno

i have create windows application using 2007 Access database and i have this code : if (!UserNameTextBox.Text.Trim().Equals("")) { errorProvider1.Clear(); if (!PasswordTextBox.Text.Trim().Equals("")) { errorProvider2.Clear(); if (!RePasswordTextBox.Text.Trim().Equals("")) { errorProvider3.Clear(); OleDbConnection conn = new OleDbConnection(System.Configuration.ConfigurationManager.ConnectionStrings["Lands.Properties.Settings.LandsConnectionString"].ConnectionString); try { conn.Open(); this.usersTableAdapter1.FillUser(landsDataSet.Users, UserNameTextBox.Text.Trim()); if (landsDataSet.Users.Rows.Count > 0) { errorProvider1.SetError(UserNameTextBox, "إسم المستخدم المدخل مستعمل من قبل الرجاء …

Member Avatar for IT_Techno
0
180
Member Avatar for IT_Techno

hi I am try to insert data from TextBox to db using TableAdapter, when i insert Arabic language in TextBox and send it to DB it looks like this "????????" what does that means? how can i solve this problem? When i insert English words it works fine this is …

Member Avatar for Ketsuekiame
0
868
Member Avatar for IT_Techno

I added a DataBase.accdb file into a project (VS 2010) then created a DataSet. but now I've a small problem: I want to have the connection string in the app.config file, to allow customer to edit it. I go to the app.config file and find no connection string created inside. …

0
106
Member Avatar for IT_Techno

i have a problem with uploading files to db using openFileDialog, i have to upload five files with *.TIF another with *.PDF , then i use five openFileDialog (openFileDialog1,openFileDialog2,openFileDialog3,openFileDialog4,openFileDialog5) i notice that all five fields upload the same *.TIF file what is the problem ? this is the code : …

Member Avatar for IT_Techno
0
280
Member Avatar for IT_Techno

hi i have code to upload files to sql db and then to download, i have upload different type of files images and pdfs when i download file i must spacify the type of file with this code string filepath = @"C:\Downloads\FileName_0.pdf"; the problem is if the downloded file is …

Member Avatar for Ketsuekiame
0
131
Member Avatar for IT_Techno

Hi iam using sql server 2008 to deal with my DB, i have a column with 'int' data type when i insert number inside that column like "0025648" it return it to me "25648" without zeros why ? and how to solve this problem ? Best Regard IT_Techno

Member Avatar for IT_Techno
0
202
Member Avatar for IT_Techno

hi i have write this code for upload pdf to Sql DB : private void uploadPDFFiles() { string filetype; string filename; filename = uploadFilesLinkTextBox.Text.Substring(Convert.ToInt32(uploadFilesLinkTextBox.Text.LastIndexOf("\\")) + 1, uploadFilesLinkTextBox.Text.Length - (Convert.ToInt32(uploadFilesLinkTextBox.Text.LastIndexOf("\\")) + 1)); filetype = uploadFilesLinkTextBox.Text.Substring(Convert.ToInt32(uploadFilesLinkTextBox.Text.LastIndexOf(".")) + 1, uploadFilesLinkTextBox.Text.Length - (Convert.ToInt32(uploadFilesLinkTextBox.Text.LastIndexOf(".")) + 1)); MessageBox.Show(filename + " " + filetype); //Validate user upload …

Member Avatar for IT_Techno
0
4K
Member Avatar for IT_Techno

hi, i have agridview in desktop application, i fill it with data using dataset, how can i chose arow from gridview and make right click on that cell then do search for that info i chosed from gridview? Best Regards, IT_Techno

Member Avatar for IT_Techno
0
398
Member Avatar for IT_Techno

Hi every one, I need to use System.Windows.Documents & System.Web.UI.WebControls namespace in my visual studio Windows Form c# project, they do not found in my refrance. i serched for long time on internet no more satisfactory in results. can any one helpe me Best Regards, IT_Techno

Member Avatar for Ketsuekiame
0
214
Member Avatar for IT_Techno

hi ihave create simple stored procedure for test in sql server 2008 studio then i run it inside sql query : exec test it gives me red line under test (strored procedure name) and when mouse come over it tolled me "could not find stored procedure test" then i go …

Member Avatar for IT_Techno
0
207
Member Avatar for IT_Techno

hi i have create database with tables using sql server 2008, having table named 'Users' i have create this stored procedure : USE [Licenses_DB] GO /****** Object: StoredProcedure [dbo].[InsertUser] Script Date: 02/17/2013 23:25:06 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].[InsertUser] @ID int , @userName NVARCHAR(50), …

Member Avatar for Ketsuekiame
0
2K
Member Avatar for IT_Techno

hi every one, iam try to build aconnection to sql database using sql string inside my c# class, but i cannot use ConfigurationManager i donot know why ? iam beginner in c#. i have read in enternet, i need Configuration Manager dll file but it doesnot work with me. what …

Member Avatar for IT_Techno
0
103
Member Avatar for IT_Techno

Hi anybody know how to convert a doc file to pdf using c# code i need to create my owne application i donot want to use any one at internet Best Regards, IT_Techno

Member Avatar for mfran
0
1K
Member Avatar for IT_Techno

hi ineed a help in C# programming language i want to know how to a ccount how many Fridays and Saturdays in specific month can i do it in C# With Regards,

Member Avatar for Momerath
0
553
Member Avatar for IT_Techno

hi every one, i want to convert my usb flash to dongle flash, but i donot understand the way that the dongle is work or how did it develope its software i want any one to help me to understand how to programme my owne dongle and how does the …

Member Avatar for hypermatter
0
10K
Member Avatar for IT_Techno

hi ineed helpe if any one have agood Tutorial to create C# dynamic Module in DNN 4.8.2 please helpe me. May Thanks IT_Techno

Member Avatar for abdul.excel.bas
0
77
Member Avatar for IT_Techno

hi every one, i need your help how to upload and download any file type to/from sql DB (sql server 2005) using c# windows form application i need to upload and download image type and doc type or pdf type or any else type . i need these types to …

Member Avatar for eURe
0
2K
Member Avatar for IT_Techno

hi How to Upload PDF, Zip, etc into a MS SQL Server Varbinary(max) then how do I get it back out un corrupt? I have some code which works for jpeg, doc, xls files. However if I upload Zip, mpeg or PDF it does not work. It looks like the …

Member Avatar for intelligentsony
0
140
Member Avatar for IT_Techno

hi, i have create asp.net web site that do alot of requests (write, read, go to some links ) this web site using sql DB during accessing requests it redirect to the default page after short time how can i solve this problem in redirection ?? Best Regards IT_Techno

0
88
Member Avatar for IT_Techno

hi i have problem with css and accordion when i change the color of accordion head at css the accordion become very slow when close and open it i do not know what is the problem this is the part of css code that belong to accordion header .accordionHeader { …

0
63
Member Avatar for IT_Techno

hi, ihave this code in c# for crating cookies : if (saveInCokies_CheckBox.Checked) { HttpCookie myCookie = new HttpCookie("AtterehWebCookies"); myCookie["userName"] = userName_TextBox.Text.Trim(); myCookie["password"] = password_TextBox.Text.Trim(); if(employee_RadioButton.Checked) myCookie["loginType"] = "employee"; else if(lawyer_RadioButton.Checked) myCookie["loginType"] = "lawyer"; else if(customer_RadioButton.Checked) myCookie["loginType"] = "customer"; Response.Cookies.Clear(); Response.Cookies.Add(myCookie); Response.Cookies["AtterehWebCookies"].Expires = DateTime.Now.AddDays(30); } after that i want to read …

Member Avatar for LizR
0
123
Member Avatar for IT_Techno

hi every one i have c# project every time i need to install my project at any computer i need to install crystal report and dotnet framework 2.0 at that computer before . that cost alot of effort and time is thier any way to include the dotnet framework inside …

Member Avatar for LizR
0
118
Member Avatar for IT_Techno

hi every one, i have create an asp.net application when i worke localy (on my PC) it work well without any erorr but when i deploye it at web server (vps server ) it give me this erorr: [COLOR="Red"] Configuration Error Description: An error occurred during the processing of a …

Member Avatar for dickersonka
0
398
Member Avatar for IT_Techno

hi i have created application that uploaded files (.zip, .doc, ... any type ) to file system and then i have create another code to download the files but i need so have the option to open also the file if i do not need to save it on my …

Member Avatar for LizR
0
191
Member Avatar for IT_Techno

hi i want to aske if there is away to upload / download files to / from sql databse using asp.net with C# i need to do that using using gridview i have view my data inside asp.net gridview i want to download my uploaded file in db when i …

Member Avatar for LizR
0
187
Member Avatar for IT_Techno

hi i want to aske if there is away to upload / download files to / from sql databse using asp.net with C# i need to do that using using gridview i have view my data inside asp.net gridview i want to download my uploaded file in db when i …

0
94
Member Avatar for IT_Techno

hi i have gridview with invisible Case_ID DataField when i try to edit any row in gridview it doenot edit if the Case_ID DataField is invisible but it worke well if i make it visible this is the code can some body helpe me please: <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="Customer_ID" …

0
82
Member Avatar for IT_Techno

hi how can i create Pagination table or GridView in asp.net using c# ? but i need it to show hug number o data without affect the performance of web application because i need to retrive data from SQL DB with data set can any help me Best Regards, IT_Techno

0
84
Member Avatar for IT_Techno

Hello I have aproblem i wish some one to helpe me to solve it. i have some C# windows applicalions every time i have to make setup package for my Application then install it on my PC before that i should install (Dot Net Frame Worke + Crystal Report + …

Member Avatar for IT_Techno
0
117
Member Avatar for IT_Techno

hi , i have created C# windows application this application in Arabic language i try to store data at db when make save data for first time it work sccessuly but when i run the application after i exit app all data i have stored in db for first time …

0
89
Member Avatar for IT_Techno

hi i need help i want away to create aprogramme using C# that when i connect my USB flash to my computer it automaticaly run another .exe c# exist on my USB flash, how can i write aprogramme do that? if any one have an idea please help me Many …

Member Avatar for ademzuberi
0
507
Member Avatar for IT_Techno

hi every one i need your help to now if there is a way in c# can write int numbers like this 4 -> 0004 or 3 -> 0003 or 25 -> 0025 or 123 -> 0123 or 1234 -> 1234 (no change) i want to generate ID that ID …

Member Avatar for vckicks
0
125
Member Avatar for IT_Techno

Hi All, I am looking for source code to create a slide menu just like shown in the example [url]http://www.obout.com/sm3/pro_5.aspx[/url]. but i need it for C# windows form application not for web application I need the source code, Please help me out guys if you have anythign similar. Thanks IT_Techno

0
148
Member Avatar for IT_Techno

hi every one i need help . How to add DateTimePicker to ToolStrip in my windows form ? if any one can help Nice Thanks, IT_Techno :)

Member Avatar for JerryShaw
0
2K
Member Avatar for IT_Techno

Hi , Can any one tell me the Optimized & fastest way of taking backup & restoring my database that is in SQL Server through C# code. Currently I am using SQLExpress .Is there any Better approach of achiving the same? Regards IT_Techno

Member Avatar for JerryShaw
0
124
Member Avatar for IT_Techno

hi every one, i need some helpe on asp.net with c# components , i have some text boxs and labels i need to reset the textbos and labels' text to be empty when i click explorer back button i need to rest them to empty and when i click refresh …

Member Avatar for IT_Techno
0
111
Member Avatar for IT_Techno

How to add running application to window xp taskbar notification area when minimize the windos of application and not to be stop the application from running if any one can help me Many Thanks,

Member Avatar for IT_Techno
0
210

The End.