Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for brightline

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...

Member Avatar for M.Waqas Aslam
0
206
Member Avatar for brightline

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.

Member Avatar for LastMitch
0
93
Member Avatar for brightline

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 …

Member Avatar for skatamatic
0
105
Member Avatar for brightline

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.

Member Avatar for catherine sea
0
65
Member Avatar for brightline

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 …

Member Avatar for gtaalbi
0
164
Member Avatar for brightline

I'd like to serialize and deserialize an object using SilverLight. Thanks in advance.

Member Avatar for Lusiphur
0
97
Member Avatar for brightline

I'd like to develop an application to send sms. I'd like to find a simple and efficient way. Thanks in advance...

Member Avatar for Ramy Mahrous
0
60
Member Avatar for brightline

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...

0
50
Member Avatar for brightline

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 …

Member Avatar for shenulal
0
97
Member Avatar for brightline

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.

0
88
Member Avatar for brightline

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 …

Member Avatar for amar_interface
0
98
Member Avatar for brightline

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 …

0
85
Member Avatar for brightline

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 …

Member Avatar for P.K.Chaudhary
0
97
Member Avatar for ashkan3030

Dear my friends, Here is my serious problem, Is it possible get the TREE VIEW in right to left position in asp.net .

Member Avatar for brightline
0
114
Member Avatar for anitha joe

Hello frens, I am new to ASP.Net and I am trying to create an application where I want to send my form contents to my email ID. I used the 2 approaches. 1) HTML form: [code=html]<form enctype="multipart/form-data" runat=server action="mailto:abcd@efgh.com" method="post"> <p>Enter your name below:<br /> <input type="text" name="names" size="100" /></p> …

Member Avatar for brightline
0
166
Member Avatar for brightline

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.

Member Avatar for jaiswarvipin
0
1K
Member Avatar for brightline

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.

Member Avatar for serkan sendur
0
83
Member Avatar for brightline

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.

0
91
Member Avatar for brightline

I want to execute a stored procedure using LINQ and retrive the results into DataSet. Thanks in advance.

Member Avatar for sedgey
0
110
Member Avatar for brightline

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 …

Member Avatar for brightline
0
109
Member Avatar for brightline

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 …

Member Avatar for brightline
0
130
Member Avatar for brightline

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.

Member Avatar for dickersonka
-1
90
Member Avatar for brightline

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.

Member Avatar for jojiesace
0
66
Member Avatar for brightline

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 …

Member Avatar for jojiesace
0
62
Member Avatar for brightline

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 …

0
87
Member Avatar for brightline

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 …

Member Avatar for dickersonka
0
81
Member Avatar for brightline

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 …

0
38
Member Avatar for brightline

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 …

0
62
Member Avatar for brightline

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 …

0
59
Member Avatar for brightline

how to set the session timeout for the application to 90 minuits. I am using asp.net 2.0 thnx in advace.

0
66