Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~6K People Reached
Favorite Tags
Member Avatar for irfan.motiwala

my asp application want to read data from [URL="http://www.kse.net.pk"]www.kse.net.pk[/URL] how this is possible

Member Avatar for gian88r
0
240
Member Avatar for Exelio

hi all, I am having this problem for a long time.Everytime i restart my machine,i get this error related to IIS. Default Website Stopped. I have tried to reinstall my IIS everytime to no use. But still i get the same error. Can anyone suggest help on this. Thanks in …

Member Avatar for santosha epili
0
3K
Member Avatar for adeva12

hai, I immediately need to find a project title for my sem project Please send any emerging topic for me. I am doing my B.sc computer Science final year

Member Avatar for amol1463
-1
103
Member Avatar for caterpillar

Hi I am using 2 dropdownlists such that corresponding to the item selected in the 1st dropdownlist only the related items will appear in the 2nd dropdownlist. The problem is that the 2nd dropdownlist is never populated. My code is: Sub popdropdownlist1() Dim myConnection1 As New SqlConnection(ConfigurationSettings.AppSettings("connectionString1")) Const strSQLC As …

Member Avatar for raghu.8
0
107
Member Avatar for aiosilver

I cant call : [111.111.111.1].Database.dbo.fn_test(@test) (Not working !) but i can call : Database.dbo.fn_test(@test) why ? and if no way to call this, can i populate in a function a TABLE variable using a Stored Procedure to do this ? CREATE FUNCTION fn_test(@idcode int,@idoper int) RETURNS TABLE AS RETURN (EXEC …

Member Avatar for DVHSr
0
775
Member Avatar for BalajiM

I have assigned a datasource in to a DataGridView control. And, now i want to search a part of string or word in the DataGridView., and locate that row. Please help me to provide the idea.... Thanks in advance....

Member Avatar for KamiDehlvi
0
86
Member Avatar for nephros

I need to complete a task, although I am not quite sure how? The task is to create a very unusual search system for a car rental site. There is a database of cars that the rental company possesses, and when the user specifies the rental dates - the list …

Member Avatar for nephros
0
102
Member Avatar for diya_deve

I have a radio button i want it to bind with database field when i click on the radio button it will call the value n get displayed all data in textbox given. how to do it

Member Avatar for nikkiH
0
128
Member Avatar for irfan.motiwala
Re: sms

i am developing a application that if i want to send sms from my application to my client mobile.what language i would use presently my application is in vb6 and also in asp

Member Avatar for Dukane
0
106
Member Avatar for ohohling

i have developer a lab system... the lab system include multi test...each test have many sub test user can select which test they want the problem i face know is... after they choose the test n run the test... the table need to store to database i dunno how to …

Member Avatar for Shum
0
167
Member Avatar for jto

hi, i have installed sql-server 2000 on win-xp pc . but when i am using sql server it requires authentication from server ,but i do not have any server ,by this i am unable to use sql database in my vb application .is any method to use sqlserver 2000 without …

Member Avatar for chmonalisa
0
136
Member Avatar for Qcdms21

Hi everybody, i m qcdms21 , i would like to know can we update in views , i m been told select can be used but not insert. How about update? For ex: i have loanview1 as view , inside it i have loan , guarantor and student db tables. …

Member Avatar for chmonalisa
0
73
Member Avatar for michael123

I have a question about the possible string match in sql statement, for example I have variable "$val=abc", I can write: [CODE] SELECT * FROM table WHERE field like '%$val%' [/CODE] this will list all recoreds that the field contains sub-string "abc". Now the question is: if I have a …

Member Avatar for chmonalisa
0
82
Member Avatar for malstrom

I have 3 tables that need be joined. (Not necessarily needed info but might help: using Coldfusion with ODBC to Foxpro database) Table 1: Timecard -------- loginname date wrknum time ----------- --------- --------- ------ afrank 7/17/06 1 3 afrank 7/17/06 2 2 afrank 7/17/06 3 3 afrank 5/20/06 1 3 …

Member Avatar for chmonalisa
0
110
Member Avatar for pub00515

Hello, I am trying to implement a fulltext search on a MS SQL database. While I can query each table independently for a specific word, I didn't find a method to query the entire collection of tables for my search key. Is there a way to do this (using the …

Member Avatar for chmonalisa
0
73
Member Avatar for Mayuraprabhu

Hi Friends, I am New to This Forum,i need an help i am write a programe to compare the contents in the word file and an xml file,please do let me know. thanks mayur

Member Avatar for chmonalisa
0
97
Member Avatar for plazmo

Ok, so im having data written to an xml file. This xml is regularly written to, so a decent amount of traffic on it. But rarely ever gets viewed. Right now i read the xml file in with XmlDocument..Load() Then modify it. and overwrite using XmlDocument..Save(); Gets the job done …

Member Avatar for chmonalisa
0
79
Member Avatar for AndrewSmith

ola I need to copy a file from one directory on my server to another. The thing is, if the file already exists in the destination folder, I need to copy it with a different name (i'd just like to add a 2 or something to the end of the …

Member Avatar for chmonalisa
0
150
Member Avatar for sameera

hi, i m novice to asp.i m using one stored procedure in sql server2000 which is using cursor.this is doing the following things 1) select the peticlur records from one table 2) insert the record in another table relavant to retireved ID 3) select the second table values i m …

Member Avatar for chmonalisa
0
115
Member Avatar for pckumaran

Hi We are running an ASP Website and we want to prevent the client opening our site in more than one instance of the Web Browser.Any help will be taken with deep gratitude. pckumaran:confused:

Member Avatar for chmonalisa
0
88
Member Avatar for kumiko

[COLOR=#191970]sorry..i have to expalin again about my code. at my frist page, i populate a drop down menu list from a database. when the user drop down the menu and choose the category (daftarstok.asp), it will display all the record that related on the 2nd pages (daftarstok3.asp). and then..on the …

Member Avatar for chmonalisa
0
148
Member Avatar for Qcdms21

[COLOR=black]I cannot login in the system. it gives this error. i m using sql server 2000. do i need to make changes in sql? plz help me. :sad: [/COLOR] [COLOR=black][/COLOR] [COLOR=black] [/COLOR] [COLOR=black]Error Type: Microsoft OLE DB Provider for SQL Server (0x80004005) Login failed for user 'Administrator'. Reason: Not associated …

Member Avatar for chmonalisa
0
181
Member Avatar for karthikcyano
Re: Asp

Hi, This is karthik. I got a problem in ASP. I want the user to upload an Image in which he will be selecting the image from his own local machine or any external device. After selecting the image by the user it ll be viewed by him. Now i …

Member Avatar for chmonalisa
0
119
Member Avatar for siyathebest

Hello, I have to send an sms through asp.net web application, i am not getting any idea how to go through this. Any Suggestions Regarding this are Welcome.. Regards, Siya

Member Avatar for chmonalisa
0
67
Member Avatar for aspextrme

Hi, I don't have a lot of experience with the .net framework, but I know basics. I'm trying to get a set of sample pages up and running on my machine, however none of the .net pages work. I have no problem serving non .net pages with iis, but can't …

Member Avatar for chmonalisa
0
101