568 Posted Topics

Member Avatar for tashee2007

If simply you want to import data in mssql server then you can use mssql server data import feature.

Member Avatar for Deep Modi
0
381
Member Avatar for Mr.M
Member Avatar for Mr.M
0
311
Member Avatar for suavedesign

use another div outside popup div to completly cover the background and set its background dark.

Member Avatar for suavedesign
0
7K
Member Avatar for M.Waqas Aslam

Hello All! I want to create my own proxy site. I googled alot and I find not a single solution in .net to do this. Everyone is using php for it. I am very new to php so i dont know how to use it. here is the code i …

Member Avatar for M.Waqas Aslam
0
292
Member Avatar for gurunathan_1

i think you can add value of label in query string . and on page load event just check if it is post back then get the value from query string and set to label :P .

Member Avatar for KushMishra
0
2K
Member Avatar for Swaroop Kumar

you can use simple ajax request in your email's html body. get that request and set some counter. I dont know this method is good or not but I think this will work.

Member Avatar for M.Waqas Aslam
0
169
Member Avatar for mattyd

I simply take this example from w3school and made some changes hope this will help you <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script> <script> $(document).ready(function(){ $("#Button1").click(function(){ $("#div1").fadeOut(); $("#div2").fadeIn(); }); $("#Button2").click(function () { $("#div2").fadeOut(); $("#div3").fadeIn(); }); $("#Button3").click(function () { $("#div3").fadeOut(); }); }); </script> </head> <body> <div id="div1" style="height:80px;background-color:red;"><input id="Button1" type="button" value="button" …

Member Avatar for mattyd
0
134
Member Avatar for pawan768

just inspect element of given link. and download all js files and related code. then use it .

Member Avatar for pritaeas
0
129
Member Avatar for alliswell
Member Avatar for M.Waqas Aslam

hello all ! I want to create a proxy site to allow users to surf anonymously. I am unable to understand the logic of it. Need some tips and basic information about it. Regards

Member Avatar for M.Waqas Aslam
0
114
Member Avatar for Bhavish
Member Avatar for M.Waqas Aslam
0
151
Member Avatar for artemix22

hello please check these links [URL="http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e06b8953-a62b-2d10-38b9-ca71f747e2b1?QuickLink=index&overridelayout=true"]http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e06b8953-a62b-2d10-38b9-ca71f747e2b1?QuickLink=index&overridelayout=true[/URL] [URL="http://www.xmpkw.com/topics/8403"]http://www.xmpkw.com/topics/8403[/URL] Regards

Member Avatar for Sqiar
0
179
Member Avatar for M.Waqas Aslam

Dear All ! I am facing very strange issue of my online application. There are two images are attached with this post: 1-Snap shoot of my PC 2-Snam shoot of client PC There is a asp tab control having menu. At client end its visibility is hidden i dont know …

Member Avatar for David_30
0
162
Member Avatar for Fr3aK

simple , try this $('a').click(function(){ var id = jQuery(this).attr("id"); //now you have id of clicked tag. alert($('#' + id).length()); });

Member Avatar for M.Waqas Aslam
0
241
Member Avatar for sushmaja.arumalla.9

hi, you can try this hack hope this will help you <img src="your link" style="width:400px;height:400px;width:400px\9\0;height:400px\9\0;"> hope this will solve your prob . here are some other hacks color:red; /* All browsers */ color:red !important;/* All browsers but IE6 */ _color:red; /* Only works in IE6 */ *color:red; /* IE6, IE7 …

Member Avatar for M.Waqas Aslam
0
989
Member Avatar for Deep Modi

check this [Click Here](http://stackoverflow.com/questions/12759151/how-to-open-txt-file-and-display-in-text-box-using-vb2008)

Member Avatar for deceptikon
0
334
Member Avatar for Yogesh_5

Use asp.net label control and on click event of print button simple get the last entered record using datareader or dataadapter .

Member Avatar for sushmaja.arumalla.9
0
247
Member Avatar for brightline

This is my webservice code. May be this will help you brother :) Imports System Imports System.Web Imports System.Collections Imports System.Web.Services Imports System.Web.Services.Protocols Imports System.Data Imports System.Data.SqlClient Imports System.Web.Script.Serialization Imports System.Web.Script.Services Imports System.ComponentModel Imports System.Collections.Generic <System.Web.Script.Services.ScriptService()> _ <System.Web.Services.WebService(Namespace:="http://tempuri.org/")> _ <System.Web.Services.WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ <ToolboxItem(False)> _ Public Class commonWebservice Inherits System.Web.Services.WebService <WebMethod()> _ …

Member Avatar for M.Waqas Aslam
0
210
Member Avatar for M.Waqas Aslam

Dear All ! I am starting R&D for Microsoft CRM and HRM. I have some basic knowledge about CRM and HRM but I want to know is there any offline version of both ? or we can only use it online. If you have some important links having some information …

Member Avatar for M.Waqas Aslam
0
197
Member Avatar for aryan.sen03

please check this [Click Here](http://www.bitspedia.com/2012/05/how-session-works-in-web-applications.html)

Member Avatar for M.Waqas Aslam
0
221
Member Avatar for Hers2keep

I think HTML5 is not compatible with the version of IE you are using. Please do mention the version you are using. Do you need any help regarding Button rotation and smiling face ?

Member Avatar for M.Waqas Aslam
0
777
Member Avatar for nacedo

You can also use mssql server data import functionality. you can simply map your csv file columns with your table columns . Regards

Member Avatar for M.Waqas Aslam
0
296
Member Avatar for bouldermash
Member Avatar for M.Waqas Aslam

Hello ! I have a remote control aricraft toy. I want to control it from my pc. I do not know where to start. Is there anyone who did this before or did any project dealing with hardware programming ? Regards

Member Avatar for JOSheaIV
0
141
Member Avatar for RAYNISH

are you getting any error while connecting to your server ? if yes please post it here.

Member Avatar for M.Waqas Aslam
0
56
Member Avatar for pc20912

try this select * from tbl where DateOfBirth >= addDate(day,-1,getdate()) and DateOfBirth <= getdate() you can also use between clause in where condition. Hope this will give you any idea. Regards

Member Avatar for M.Waqas Aslam
0
255
Member Avatar for Obaidullahrafiq

hye ! what I understand from your question is that you have comboA and comboB and when you select the comboA then records of comboB will filter ? am i right ? . Try to do something like this . //Let suppose we have two comboboxes , 1- cmbSelector 2-cmbFilter …

Member Avatar for M.Waqas Aslam
0
172
Member Avatar for SKBrendyll

hye ! hope this code helps you dim con as new sqlconnection("connection string") con.open() dim da as new sqldataadapter("select username ,password from table",con) da.fill(dt) cboUser.datasource = dt cboUser.Displaymember = "username" cboUser.Valuemember = "password" con.close() ' now we have two textboxes , txtUsername and txtPassword. and we want to set there …

Member Avatar for M.Waqas Aslam
0
208
Member Avatar for krunal1986

do somthing like this select * from table where id in (@id) and username(@firstname)

Member Avatar for ugi.nagesh
0
157
Member Avatar for strRusty_gal

May be this one help you `select * from tbl where myDate between dateadd(day,1,dateadd(month,-1, myDate)) and myDate` Regards

Member Avatar for strRusty_gal
0
189

The End.