User Profile

Collapse

Profile Sidebar

Collapse
mvmashraf
mvmashraf
Last Activity: Aug 7 '08, 06:10 PM
Joined: Oct 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for ur reply ...Yes,I am not using the "FromBase64Stri ng" in my page,

    If its related to the ViewState, Let me say my problem, I have a dataList in my page , inorder to sort the List, I am using the view state to store datas, Any way How can i solve the ViewState problem(if its related to the ViewState)..

    Please let me know...
    See more | Go to post

    Leave a comment:


  • I am a newbie to this .net, could me pls let me know where we need to use "FromBase64Stri ng", u mean to use this methode in request.querrys ting methode, If you have a sample code snip pls............ ....
    See more | Go to post

    Leave a comment:


  • Help Please -- "Error Message :Invalid character in a Base-64 string."

    Hi to all....

    I have spent some time browsing for a solution to the following error but have unfortunatly not found any solution yet ,Please any help would be much appreciated....
    -------------------------------------------------------------------------------------------------
    This is the full error description...

    "Error Message :Invalid character in a Base-64 string."...
    See more | Go to post

  • mvmashraf
    started a topic How to make the frozen grid view header
    in .NET

    How to make the frozen grid view header

    The simplest way i follows........ ...

    step 1: place the grid view in a DIV tag...

    ie: eg: <div id="divdatagrid " style="overflow : scroll; width: 750px; height: 265px">

    Step 2 : on load event call the following java script

    <script language="JavaS cript" type="text/javascript">
    function FreezeGridHeade r()
    {...
    See more | Go to post

  • I have a Problem With Stored proc_ help needed

    Hi,.. to all..

    I have quierry in stored procecedure. ie:

    select distinct Member_ID,m_dis playname,brand_ name,Brand_ID,p roduct_id,
    count(product_i d) as ImagesCount from dbo.vSMgr_Image Report
    where brand_owner = @MemberID
    group by brand_id, brand_name,prod uct_id,Member_I D,m_displayname .

    In the above quierry ImagesCount is the sum(product_id) ......
    See more | Go to post

  • mvmashraf
    started a topic Stored Proc help

    Stored Proc help

    Hi..

    I have a select statement inside(WITH statement), In the where clause of the where statement we are checking withe passed argument. The belows are the passed argument
    @MemberID uniqueidentifie r,
    @DateFrom datetime,
    @DateTo datetime,
    @RepID uniqueidentifie r,
    @BrandID uniqueidentifie r

    The statement is folows

    WITH Images (Brand_Name,Bra nd_ID,Product_I D,...
    See more | Go to post

  • mvmashraf
    started a topic Stored Proc Help

    Stored Proc Help

    Hi..

    I have a select statement inside(WITH statement), In the where clause of the where statement we are checking withe passed argument. The belows are the passed argument[code=sql]
    @MemberID uniqueidentifie r,
    @DateFrom datetime,
    @DateTo datetime,
    @RepID uniqueidentifie r,
    @BrandID uniqueidentifie r[/codel]

    The statement is folows[code=sql]WITH Images (Brand_Name,Bra nd_ID,Product_I D,...
    See more | Go to post
    Last edited by ronverdonk; Apr 11 '08, 10:12 PM. Reason: code tags!!

  • mvmashraf
    started a topic Grid View Problem - ASP.NET
    in .NET

    Grid View Problem - ASP.NET

    Hi

    In a gridview, I add a linkbutton column(or hyper link button). So if there's x rows of data being retrieved from the database, the gridview will have x rows with a linkbutton on each row.

    Question is, if linkbutton in row x is clicked, how do I detect its the linkbutton in row x that was clicked so that record in row x can be processed ?
    See more | Go to post
    Last edited by jhardman; Apr 9 '08, 10:59 PM. Reason: moved to .Net forum. ASP forum is for "classic" ASP

  • I did that in percentage but its not working properly,
    Any way I got the solution, Its is by using a java script, Just as follows,

    [code=javascript]
    <script>
    function getPosition()
    {
    var theElement = document.getEle mentById("ifrep t");

    var widthX = screen.width
    var heightY = screen.height
    var positionX = 0;
    var positionY = 0;

    while...
    See more | Go to post
    Last edited by Plater; Jan 10 '08, 04:41 PM. Reason: added [CODE] tags

    Leave a comment:


  • How can I make an IFRAME resize itself when someone changes their resolution?

    How can I make an IFRAME resize itself when someone changes their resolution?

    I have a table in that i am loading that iframe, I did give the width of Iframe and the width of table as 100%, What shall i need to solve the problem...

    ANy help would be appreciated..
    By @sharf
    See more | Go to post

  • mvmashraf
    replied to DotNetNuke Tutorials
    in .NET
    Ya.. Its too small tutorials, Anybody knows the tutorials site address

    By ashraf
    See more | Go to post

    Leave a comment:


  • mvmashraf
    started a topic DotNetNuke Tutorials
    in .NET

    DotNetNuke Tutorials

    Hai to all

    Am new to the dotnetNuke, Does any one help me to know the starting tutorials available for dotnetNuke.(lin k to download the tutorials)

    Either Viedeo or text tutorials

    Thanks in advance
    ashraf
    See more | Go to post

  • mvmashraf
    replied to GridView Sorting
    in .NET
    Thanks for ur valuable comment Frinny...
    See more | Go to post

    Leave a comment:


  • mvmashraf
    replied to GridView Sorting
    in .NET
    Anybody help me to solve the problem
    See more | Go to post

    Leave a comment:


  • mvmashraf
    replied to GridView Sorting
    in .NET
    Could u make little bit brief, Am new to the gridview, So I cant follow what u told
    See more | Go to post

    Leave a comment:


  • mvmashraf
    started a topic GridView Sorting
    in .NET

    GridView Sorting

    Hai to all

    I have a grid view controll, In that controll throgh the datatable am loding the data to the grid view, Now the question, is it possible to sort the gridview when clicking on the coloum header based on that coloumn header,

    If it so any body can help me to do so, (Am not using the sql datasource controll to load the data to the gridview)

    By Ashraf
    See more | Go to post

  • mvmashraf
    replied to Java script Confoirmation box problem
    in .NET
    Hai plater.

    Actualy the problem when the user didnt respond up to our browser 20 minutes i will pop one confirmation box,that says u are not responding last 20 minute are u wish to continue(its has ok and cancel button),Even though the user didnt respond for that confirmation five minute i need to activate the "cancel" event.(in that cancel event i had code for some actiont) , I think u got what actualy i meaned?
    ...
    See more | Go to post

    Leave a comment:


  • mvmashraf
    started a topic Java script Confoirmation box problem
    in .NET

    Java script Confoirmation box problem

    Hai to aLL,

    I have a java script funtion,In that function i show a confirmation box,
    If the user click on "OK" certain action will be performed,

    Now turned to my problem if the user is not responding with in five minutes my "ok" button click event action need to invoke automatticcaly.

    Is it possible in java script , IF it possible any one can help me to solve the...
    See more | Go to post

  • mvmashraf
    started a topic List box Problem
    in .NET

    List box Problem

    Hai To all

    i have a list box and one text box, if the user enter a name in to the text box then press submit the name is added to the list box, if the user not enter the name in the text box and click submit the name addded as "noname",He re the tricky part what we need,if the user first submit without enter name the "noname" is added on the same process on next time we need to add as "noname1",n ext...
    See more | Go to post

  • mvmashraf
    replied to List Box Selected Item Problem
    Ya. thanks alot Mirza. THe prbklem becomes solved

    Once again thanks
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...