• Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Enable/Disable Textboxes Randomly

    try to do something like this 'assume we have 8 textboxes with following name txt1,txt2,txt3,txt4,txt5,txt6,txt7,txt8 'now use this code Random random = new Random(); for(int i = 0;i<=3;i++) { int …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Proxy Sites

    I know there are many proxy sites are there but I want to create my own site just for learning purpose. and yes I dont know how to technically do …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Created Proxy Sites

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Proxy Sites

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Image Zoom Jquery

    Hi , I'm developing a HTML page in which user have an option to zoom image two time in the same frame same as [goo.gl/PZweZ9](http://www.goo.gl/PZweZ9) , I search alot but …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Image Zoom Jquery

    just inspect element of given link. and download all js files and related code. then use it .
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Getting background to darken when popup window opens

    I made a jquery popup box, and I am having trouble getting the background of the page to darken when the windw pops up. The url to the page is …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Getting background to darken when popup window opens

    use another div outside popup div to completly cover the background and set its background dark.
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching need to create loign page for current website

    Hi, I am new to asp.net. Now i want to create a login page for the current website for the employees. And the below are the details. 1. I need …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in need to create loign page for current website

    You have to create a complete module of user management for your site.
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching How To Maintain label Value After PostBack With Out HiddenField, Session.

    In ASp.net Page I Need To Know How To Maintain The Value Of A Particular Label Assign By the HTML Button Click. after Postback Done. with out converting label to …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in How To Maintain label Value After PostBack With Out HiddenField, Session.

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Gave Reputation to Sqiar in crystal report

    Data visualization Tableau SQIAR (http://www.sqiar.com/solutions/technology/tableau) is a leading Business Intelligence company and provides Tableau Software consultancy across United Kingdom and USA.
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Clicking on <a> tag

    Hello guys, I am writing a Greasmonkey script and I need little help here. So I have this code: $(document).ready (get); function get () { var elems =$( "a[id*='myId.']" ); …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Clicking on <a> tag

    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
    M.Waqas Aslam

    Gave Reputation to Reverend Jim in Error in Updating records from SQL Server

    Replace dt = ExecuteQuery("UPDATE tblUsers SET UserID = " & txtUserID.Text & ", UserName = '" & txtPassword.Text & "', Password = " & txtPassword.Text & ", LastName = '" …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Width and Height are ignored by ie10 in asp.net

    Please share the solution, for other's help .
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Json webservice

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Json webservice

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching open Word File

    hi, I am using the Rich Text Box, Now I want to open the Word File, (It may be of 2013 or 2007) How Can i do This? !!! Important …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in open Word File

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

    Replied To a Post in Microsoft CRM and Microsoft HRM

    Sir, Can you please explain the Desktop app ? If I want to use microsoft crm in my office/Local network. and I want that my data will store on my …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Online & offine issue of user

    Hello friend i am developing a new web portal in this portal one thing is also one user is visible online for another user which a user is add friend …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Online & offine issue of user

    please check this [Click Here](http://www.bitspedia.com/2012/05/how-session-works-in-web-applications.html)
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Play HTML5 Audio using Javascript and C#

    I am using asp.net 4.0 and c#. I have a page at work that is used one time per year by one person to run several stored procedures on January …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Play HTML5 Audio using Javascript and C#

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching how to print current record

    i have many fields in page like sno,regno,date,name,school name etc.like a registrationform. i have two button save and print. i want to print the current saved record when i press …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in how to print current record

    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 M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Insert data in two tables from a CSV file

    Hi I would like to insert a record from a CSV file into 2 tables, but it's line by line instead of conventional CSV separated. I am using c# and …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Insert data in two tables from a CSV file

    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
    M.Waqas Aslam

    Replied To a Post in Width and Height are ignored by ie10 in asp.net

    sorry I cant understand your point. just add \9\0 at the end of your css property. like I use them in above example.
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Created Microsoft CRM and Microsoft HRM

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Microsoft CRM and Microsoft HRM

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Width and Height are ignored by ie10 in asp.net

    I have a simple imagebutton in Visual Studio 2010 / c# / .NET framework 4.0: asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/mypic.jpg" Width="400px" IE10 / Windows 8 shows the picture in the original …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Width and Height are ignored by ie10 in asp.net

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Marked Solved Status for Strange Error

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Strange Error

    Thanks for your reply sir , i just solved my prob. There is no issue with the code. There was issue with the firewall they are using. After enabling few …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching How can i get the id from the other table?

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Query As String Query = "INSERT INTO visitor(vid_pass,vname,address,contact_num,status,purpose)VALUES(" + vid_pass.Text + ",'" + vname.Text + "','" + …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in How can i get the id from the other table?

    use scope identification in MSSql server. Google it
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Strange Error

    here is the second pic.
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Created Strange Error

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Strange Error

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Hardware Programming

    Thanks both of you for your interest. My plan is very simple. I am looking to hire an electronics engineer to buil a circut for me which will connect to …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching connection VB 2013 and SQL server 2012

    My computer name is Kiran and i installed VB 2013 and SQL server 2012. but when i connection to Database is not working. can i have way to connec
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in connection VB 2013 and SQL server 2012

    are you getting any error while connecting to your server ? if yes please post it here.
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Select Query from Vb.Net

    I try to making Birth Day reminder project, from VB.Net and MS-Access There are Two tables, "Visitors" and "Employees" "DateofBirthDB" field in Two tables with same format. (some few different …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Replied To a Post in Select Query from Vb.Net

    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. …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Created Hardware Programming

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching Hardware Programming

    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 …
  • Member Avatar for M.Waqas Aslam
    M.Waqas Aslam

    Began Watching I want to update my combobox from another combobox.

    Hi, I am selecting value from one combobox and want to use its value to update the second combobox. but the error is that the second combobox is not showing …

The End.