Click here to Skip to main content
15,900,725 members
Home / Discussions / C#
   

C#

 
GeneralRe: CP: REPOST Pin
musefan6-Feb-09 4:30
musefan6-Feb-09 4:30 
QuestionRefreshing Datagrid/BindingSource Pin
Muammar©6-Feb-09 3:44
Muammar©6-Feb-09 3:44 
AnswerRe: Refreshing Datagrid/BindingSource Pin
Lodeclaw6-Feb-09 5:36
Lodeclaw6-Feb-09 5:36 
AnswerRe: Refreshing Datagrid/BindingSource Pin
howlettt6-Feb-09 6:03
howlettt6-Feb-09 6:03 
GeneralRe: Refreshing Datagrid/BindingSource Pin
Muammar©6-Feb-09 18:55
Muammar©6-Feb-09 18:55 
GeneralRe: Refreshing Datagrid/BindingSource [modified] Pin
howlettt7-Feb-09 6:03
howlettt7-Feb-09 6:03 
GeneralRe: Refreshing Datagrid/BindingSource Pin
Muammar©7-Feb-09 18:57
Muammar©7-Feb-09 18:57 
Questionproblem in C# Pin
raju00036-Feb-09 3:39
raju00036-Feb-09 3:39 
hi When i was run that code i cannot received the marker in particular position in web page.
But when i was save that map via the coding ,at that time i can able to see the marker in particular lat and long position only in image format .but in webpage(aspx) a cannot be received the marker's position ..
plz guide me
This is my code snippet
protected void Button2_Click()
{
double Lat_max = 48.11576;
double Long_max = 29.17936;
mapObj map = new mapObj("1.map");
layerObj layer = new layerObj(map);
layer.name = "School";
layer.type = MS_LAYER_TYPE.MS_LAYER_POINT;
layer.status = mapscript.MS_ON;
// create a class and style for this layer
classObj clsobj = new classObj(layer);
styleObj styobj = new styleObj(clsobj);
styobj.symbol = map.getSymbolByName("marker");
pointObj poiobj = new pointObj(0,0, 0, 0);
poiobj.setXY(Lat_max, Long_max, 0);
lineObj line = new lineObj();
line.add(poiobj);
shapeObj shp = new shapeObj ((int) MS_SHAPE_TYPE.MS_SHAPE_POINT);
shp.add(line);
layer.addFeature(shp);
imageObj img = map.draw();
}

Thanks in advance
Raju
AnswerRe: problem in C# Pin
Guffa6-Feb-09 5:46
Guffa6-Feb-09 5:46 
QuestionWindows Application Pin
mrithula86-Feb-09 3:35
mrithula86-Feb-09 3:35 
AnswerRe: Windows Application Pin
musefan6-Feb-09 3:46
musefan6-Feb-09 3:46 
AnswerRe: Windows Application Pin
vaghelabhavesh6-Feb-09 4:06
vaghelabhavesh6-Feb-09 4:06 
AnswerRe: Windows Application Pin
harold aptroot6-Feb-09 4:27
harold aptroot6-Feb-09 4:27 
QuestionHide password decryption Pin
William Engberts6-Feb-09 3:14
William Engberts6-Feb-09 3:14 
AnswerRe: Hide password decryption Pin
EliottA6-Feb-09 3:37
EliottA6-Feb-09 3:37 
GeneralRe: Hide password decryption Pin
William Engberts6-Feb-09 4:25
William Engberts6-Feb-09 4:25 
GeneralRe: Hide password decryption Pin
musefan6-Feb-09 4:33
musefan6-Feb-09 4:33 
AnswerRe: Hide password decryption Pin
Ennis Ray Lynch, Jr.6-Feb-09 5:00
Ennis Ray Lynch, Jr.6-Feb-09 5:00 
GeneralRe: Hide password decryption Pin
William Engberts6-Feb-09 5:07
William Engberts6-Feb-09 5:07 
GeneralRe: Hide password decryption Pin
Ennis Ray Lynch, Jr.6-Feb-09 7:20
Ennis Ray Lynch, Jr.6-Feb-09 7:20 
AnswerRe: Hide password decryption Pin
Jon Rista6-Feb-09 10:02
Jon Rista6-Feb-09 10:02 
QuestionIdle processing and Modal dialogs - inconsistent behavior Pin
Greg Schmidt6-Feb-09 3:07
Greg Schmidt6-Feb-09 3:07 
QuestionC# Program Is Eating My CPU Cycles Like Popcorn! Pin
Michael Fritzius6-Feb-09 2:22
professionalMichael Fritzius6-Feb-09 2:22 
AnswerRe: C# Program Is Eating My CPU Cycles Like Popcorn! Pin
Pete O'Hanlon6-Feb-09 2:29
mvePete O'Hanlon6-Feb-09 2:29 
AnswerRe: C# Program Is Eating My CPU Cycles Like Popcorn Pin
Luc Pattyn6-Feb-09 5:56
sitebuilderLuc Pattyn6-Feb-09 5:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.