Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

r_jaz

@r_jaz
About
Posts
24
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to record a phone call??
    R r_jaz

    No, not exactly, I have seen :http://www.codeproject.com/internet/TAPISample.asp[^] its in c++ i'm working on it to do it in c#, but I'd rather any help in c#. Thanks :)

    C# tutorial csharp database help question

  • How to record a phone call??
    R r_jaz

    Hi every one, I need to record the phone calls made by the PC into files or a db, i used AT commands, and i'm working on c#. is it only solved by TAPI?? if so i need a good tutorial in this concern.. Help is highly appreciated and Thanks in advance,

    C# tutorial csharp database help question

  • splashScreen, .exe and con class
    R r_jaz

    Hi every one, I have some questions in c# and i'd appreciate any help with this concern. 1)I can't find the splash screen option in the properties of the project and i could'nt add it from add new item dialog box, so how can i add a splash screen?? 2)I need to have a database (ms access) in my application, how can i create the setup for my application that includes the database and other resources such as some .swf files?? 3) can i convert an image (say .jpeg) to an icon (.ico) using the Icon class?? How?? Thanks in advance to all..

    C# question csharp database help workspace

  • How to embed a .exe file in c# windows application
    R r_jaz

    the .exe is a macromedia flash .exe file, i tried to use the shockwave but it only runs .swf, i don't know if this makes a difference in the solution, and i hope if you could explain me more about finding the window and setting its parent if this is the only solution. Thanks again..;)

    C# csharp tutorial

  • How to embed a .exe file in c# windows application
    R r_jaz

    I mean to use the .exe as a part of my windows applic, as when u embed .swf file in your applic interface, but here i need to meke the user use the .exe only as a part of my window, not as a separate window of it self.. Thanks for your reply..

    C# csharp tutorial

  • How to embed a .exe file in c# windows application
    R r_jaz

    Hi, How to embed a .exe file in c# windows application Thanks,

    C# csharp tutorial

  • combo box and richtext help
    R r_jaz

    Hi, Thanks all for reply, there's no TextAlign property for richtextboxes its for textboxes only, i used the property of SelectionAligment by SelectAll() and then DeSelectAll() to centralize it but i wanted to see if there's a direct proprty such as TextAlign to do the job.. Thanks

    C# question csharp help tutorial

  • combo box and richtext help
    R r_jaz

    Hi, I have a couple of questions in c# desctop Applics, 1)how can i respond to hitting the enter key on a combobox, to take the value entered from the user as if it's a text box? 2)how to allign the text in a rich text box to be centered?? ur help is appreciated, Thanks

    C# question csharp help tutorial

  • TreeView help!!
    R r_jaz

    Hi every one, I need to know the node that fires the "onNodeCheckChanged" event, when the user checks more than one node, in other words, I need to know the order in which the user checks the nodes so that I wanna keep the check on the last node he checked.. any suggestions? Thanks in advance..

    ASP.NET help question

  • TreeView help!!
    R r_jaz

    Hi every one, I need to know the node that fires the "onNodeCheckChanged" event, when the user checks more than one node, in other words, I need to know the order in which the user checks the nodes so that I wanna keep the check on the last node he checked.. any suggestions? Thanks in advance :)

    Web Development help question

  • How to force a page to post back from another page?
    R r_jaz

    Hi every one, I have a problem with acouple of solutions in mind but I didn't succeed in any of them, so any help would be highly appreciated I have a long TreeView that I want it to scroll alone as one control and the rest of the page will stay without scrolling, I couldn't do it so I used a in an htm page where the TreeView is in a single frame alone, now when the other page post back I need the page that contains the TreeView to postback too. Any suggestions?? Thank You

    Web Development help json tutorial question

  • How to call a method in another .aspx file
    R r_jaz

    I can't do that bcus I wanna call "Page_Load" function of that page!!

    ASP.NET help tutorial question

  • How to call a method in another .aspx file
    R r_jaz

    Hi every one, I need to call a method resides in another .aspx file from another .aspx file (all in the code behind).. I tried making it public and static but still I can't access it, I can solve my problem if I could make the second page to post back when the first one do post back.. Any suggestions?? Thank You very much

    ASP.NET help tutorial question

  • how to force a page to post back from another page?
    R r_jaz

    First of all thank you.. I have a page contains 2 frames, each is a .aspx, and I want to force the second one to post back when a button in the first page is clicked, its not a parent and child pages.. Thanks again anyway..

    ASP.NET help tutorial question

  • how to force a page to post back from another page?
    R r_jaz

    Hi every one, I need help in making a page to post back when another page postsback, lets say when a button is clicked in the other page!! Your help is highly appreciated.. Thanks

    ASP.NET help tutorial question

  • How to access a treeview control from another .aspx file
    R r_jaz

    Hi, i'm using and i need to refer to a treeview control from another .aspx , any help would be appreciated.. Thanks:)

    ASP.NET help tutorial

  • help in asp call back
    R r_jaz

    Hi, Thanks for reply.. ok then, is there a way to call the c# script function "Highlight" from the code behind ? Thanks..

    Web Development

  • help in asp call back
    R r_jaz

    Hi i'm using asp javascript call back to retrieve a text from the server and i want to highlight the keywords in the retrieved text using a highlight function written in ac# script on the client. Now i have a problem in calling the highlight function after getting control back from the server in the client script, the highlight function is never called after getting back!! here's the javasript code: function GetMessageFromServer() { CallServer(); } function ReceiveServerData(rValue) { //Label1 is a hidden label inorder to pass the // string retrieved from the server to the highlight function document.forms[0]['Label1'].Text=rValue; if(rValue!="") { //calling the highlight function <% if( ! (Label1.Text.Equals(""))) { lbl.Text=Highlight(Label1.Text,"test me please!!"); } %>; } } is there any suggestion to make that c# sript function to be executed only when the javascript function runs??? help is highly appreciated, Thanks

    Web Development

  • URGANT help in asp script call back
    R r_jaz

    Hi i'm using asp javascript call back to retrieve a text from the server and i want to highlight the keywords in the retrieved text using a highlight function written in ac# script on the client. Now i have a problem in calling the highlight function after getting control back from the server in the client script, the highlight function is never called after getting back!! here's the javasript code: function GetMessageFromServer() { CallServer(); } function ReceiveServerData(rValue) { //Label1 is a hidden label inorder to pass the // string retrieved from the server to the highlight function document.forms[0]['Label1'].Text=rValue; if(rValue!="") { //calling the highlight function <% if( ! (Label1.Text.Equals(""))) { lbl.Text=Highlight(Label1.Text,"test me please!!"); } %>; } } help is highly appreciated, Thanx

    ASP.NET

  • can javascript method call another method in a c# script?
    R r_jaz

    Thanks all for replies :) my question is if i can call a c# script method from the javascript on the client, NOT a server method.. its bcus i wrote my code in c# script and i found out that the java script is going to deal with it too, i don't know if there's some way but i could'nt found any yet!! thanks all again..

    ASP.NET
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups