- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
48 Posted Topics
Dear all, I want to develop a webservice that returns a json like the following: http://niceq8i.tv/mobile/api/cat/get_sounds How to make the functions has a direct link like that and return the json code without any xml code Thanks in advance... | |
Hi all; I want to preview a live video in a page in my asp.net site(the same as preview a live match). I want to know details about the idea and more details about the implementation. Thanks in advance. ![]() | |
Dear All, I had developed a desktop application that searches word files contents in a folder for a specific word(s) .It's working fine, but it's slow. I want to apply indexing(or any other technique) to speed up the performance of my application ... I want to know how to apply … | |
Hi all, I want to develop a web part then convert it into a dll file that can be used in the future as a control by importing the dll in the project. Is there any detailed explanation of how to do that. I am using VS2010 Thanks in advance. | |
I am using Enterprise Library 4.1(October 2008) and I am trying to use DBCommandWrapper but I can't find it I had added the following references: [code=asp.net]Imports System.Data Imports Microsoft.Practices.EnterpriseLibrary.Data Imports Microsoft.Practices.EnterpriseLibrary.Data.Sql[/code] I wrote the following code: [code=asp.net]Dim db As Database = DatabaseFactory.CreateDatabase() Dim objDBCommandWrapper As DBCommandWrapper = db.GetStoredProcCommandWrapper(sqlCommand)[/code] but when … | |
I'd like to serialize and deserialize an object using SilverLight. Thanks in advance. | |
I'd like to develop an application to send sms. I'd like to find a simple and efficient way. Thanks in advance... | |
Dears, I have an application that deals with MS Outlook. I want to save(serialize) an AppointmentItem object as XML file. Can I ??? Thanks in advance... | |
I have a web application that I published it on a server. But I have a problem with this published application, the problem is: I have some validators in the pages, these validators work well on some computers but it doesn't run on the other(with the same explorer with the … | |
I has a problem with MS Access queries: In SQL, if I want to include arabic word in the query where part, Simply I add '[COLOR="Red"]N[/COLOR]' before the arabic word. The question is what represents this character in MS Access query. Thanks in advance. | |
I am adding rows to a runtime table as following" dtRecords.Rows.Add("RecordingDate", typeof(DateTime)); the date is stored as long datetime but I want to view the date date only in thos runtime table: the date appears as following: 0206/2008 12:00:00 am but I want it to appear as following:0206/2008 i.e,the date … | |
I am a new for sharepoint, ans there is a task assigned to me in sharepoint. The task is as following: we have a sharepoint site that uses LISTS to store the data, we want this site to use SQL Tables instead of LISTS. I think that this task is … | |
I has a login page in my web application, when the user login my web application through login page, he is redirected to the welcome page. All this is ordinary, but the problem is when the user press Back button of IE he return to the login page then if … | |
Re: Al Salam Alikom, I have a simple solution: Create a table from a single cell and put your treeview in this cell then go to the properties of this cell you will find an attribute "Dir", assign it to "rtl" . I wish this this solve your problem. | |
Re: You should Specify your SmtpServer as following: SmtpMail.SmtpServer = "abc" | |
I want to check if the user had selected a node from a treeview or not using javascript. I'm using VS.NET 2.0. Thanks In Advance. | |
I want to restrict the data types that FileUpload control show on some types. i.e. whaen the user clicks on the Browse button the window that comes up show only for example the word files(.doc and .docx). I'm using VS.Net 2005. Thanks in advance. | |
I am trying to write the following code: [code]query = dtdatacontext.storedprocedure1(); DataTable bindingTable = query.CopyToDataTable();[/code] But I can not find the CopyToDataTable() method. is there any usings should I use or what? Thanks in advance. | |
I want to execute a stored procedure using LINQ and retrive the results into DataSet. Thanks in advance. | |
hi all, I want to create a link in Reporting Service that redirect me to another page(Not a supreport) or executes some code. e.g, the customers IDs appears as links and when clicking it retrives this customer details or redirct me to another page that displays the customer details. I … | |
I have a program that runs on DOS. The language of the program is Arabic. When I run the program from command prompt on WinXP, the program runs well, but there is a problem: the problem is that the Arabic characters are displayed as a strange characters. Is there any … | |
I want a [COLOR="Red"]free[/COLOR] control that allows me to write formatted text in it (Like MS Word). And I want to know how to store this formatted text int the database and how to retrieve and display it again in this control. Thanks in advance. | |
I have downloaded a FolderBrowserDialog dll and added it to my project. I toke an object and showed it: mydialog.ShowDialog(); but it appears minimized,I don't know why. I need help to solve this problem. thnx in advance. | |
In my web application: I want to let the user select a folder (not a file) I am using FolderBrowserDialog but it display as a blank window there is only [COLOR="Red"]ok[/COLOR] and [COLOR="Red"]cancel[/COLOR] buttons but there is cabaility to chose a specific folder. I did it in a windows application … | |
I am using a Login control, where the user name in supplied in the format "aaa@aaa.com" The text is displayed in the "LoginName" control in the same format "aaa@aaa.com" I want the LoginName control to display the first name of this user which is stored in the Active Directory. I … | |
I am using Forms authentication in my web site. The user is authenticated via the domain users (Active Directory). I want if the user is logged on his machine on this domain and tried to browse my web site, to be logged in automatically with the account used to log … | |
I am using Enterprise Library 3.0 for implementing exception handling in my web application. It works well and it was writing in the log file. Now, it works well but it does not write in the log file, I don't know why !!! I am using ASP.Net 2.0. Thanks in … | |
I want a source code to a web application that I can use to upload a word 2007 file and store it in a database in an image field and then take the contents of this file. but please consider the security issues when this application is being published. I … | |
I am using a web services in my web project. the project is runing using web services fine. I had pblished it and made it anonymous access so if ay one write the URL of the web sevice in the explorer it runs ordinary without any security. But, I want … | |
how to set the session timeout for the application to 90 minuits. I am using asp.net 2.0 thnx in advace. | |
I want to go to a specific position in the page when the user clicks on a specific button. I am using asp.net 2.0 | |
I want to go to a specific position in the page when the user clicks on a specific button. I am using asp.net 2.0 thnx in advance. | |
I have set the properties of my web services to be anonymous access to be able to call it easly from the code. But now, the user can navigate to the web service through the url and use it without any security restrictions. [COLOR="Red"]Is there a way to force the … | |
I had applied exception handing using EnterpriseLibrary 3.0.0.0. I added the reference for Microsoft.Practices.EnterpriseLibrary.Common, 'Microsoft.Practices.EnterpriseLibrary.ExceptionHanding, and 'Microsoft.Practices.EnterpriseLibrary.ExceptionHanding.Logging then when I these references the exception handling worked well, but when I closed the page and run the page again the following excetion come out: Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common, … | |
I have 2 problems with Reporting Service: [COLOR="Red"]The first problem:[/COLOR] I can't show report header and footer. [COLOR="red"]The second problem[/COLOR]: I am using the Arabic language to display the numbers and dates in the report and it's displayed arabic but when printing the report the numbers and dates appear in … | |
I have created a custom user control which contains a radiobutton and some another controls. In my page, I use more than one instance of this control, so the user can check the radiobutton of all the instances of this control. the question: How to force that only one radiobutton … | |
I want a free smart asp.net datetimepicker or datepicker control. thnx in advance. | |
I have a gridview that contains an 'edit' command button. The problem is that when I click the this 'edit' command button it does not work from the first time,I must click it 2 times to enable edit mode. I want help to make it enable edit mode from the … | |
I've developed a setup project for my web project,but when trying to browse it from IIS the following error comes up: [COLOR="Red"]No connection could be made because the target machine actively refused it 127.0.0.1:1954[/COLOR] Line 582: public JudgmentsIndexes[] getParentIndexes() { Line 583: [COLOR="Red"]object[] results = this.Invoke("getParentIndexes", new object[0]);[/COLOR] Line 584: … | |
My web page contains a treeview. when the user select a node, how can I reset the selection to nothing i.e, making that no node is selected. thnx in advance. | |
I have a web page that contains a treeview. The problem: when the user expand a node the treeview height increases and so the positions of the controls below the treeview goes down. I want to solve that problem by butting the treeview in a panel or by any other … | |
I have a gridview in my web application this gridview contains a select button I want when clicking on this button, a [COLOR="Red"]popup window [/COLOR]appears showing some infrormation about the selected row. I am using asp.net 0.2 Thanks in advace. | |
I had stored a word file in database in "image field" then I restore it in a byte array. I want to convert this byte array into string to write it on the web page. I am using ASP.NET 0.2 and SQL 2005. thanks. | |
In my web application: I want to store a .Doc file(word file) in database and then retrieve it and display it in the same format in a web page. I am using ASP.NET 0.2 and SQL 2005. thnx. | |
I am using Azman (Authorization manager) with Asp.net 2.0 I am trying to add a user to a role in the code: role.AddMember(user.ProviderUserKey.ToString(), null); but the following error comes up: [COLOR="Red"]An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may … | |
I have a master page which contains a menu. I want the menu's links to open in the details page instead of open in another page. How to tell the menu link to open in the details page. | |
[COLOR="Green"]How to store files(.doc files,.zip files) in a database and how to retrieve them.[/COLOR] [COLOR="Red"]Thanks in advance.[/COLOR] | |
How can I handle the right-click event and how can I edit right-click menu Thanks... |
The End.